Searched refs:previousImage (Results 1 - 7 of 7) sorted by relevance

/haiku/src/bin/debug/profile/
H A DBasicProfileResult.cpp278 BasicImageProfileResult* previousImage = NULL; local
289 if (image != previousImage || symbol != previousSymbol) {
296 if (image != previousImage)
301 previousImage = image;
H A DCallgrindProfileResult.cpp137 CallgrindImageProfileResult* previousImage = NULL; local
151 image->AddSymbolHit(symbol, previousImage, previousSymbol);
152 previousImage = image;
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.h54 Image* previousImage,
H A DArchitectureX86.cpp499 Image* previousImage, FunctionDebugInfo* previousFunction,
498 UpdateStackFrameCpuState(const StackFrame* frame, Image* previousImage, FunctionDebugInfo* previousFunction, CpuState* previousCpuState) argument
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.h55 Image* previousImage,
H A DArchitectureX8664.cpp576 Image* previousImage, FunctionDebugInfo* previousFunction,
575 UpdateStackFrameCpuState(const StackFrame* frame, Image* previousImage, FunctionDebugInfo* previousFunction, CpuState* previousCpuState) argument
/haiku/headers/private/debugger/arch/
H A DArchitecture.h93 Image* previousImage,

Completed in 108 milliseconds