Home
last modified time | relevance | path

Searched refs:Win32UnwindFunctions (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/profiler/
Dwin32_stack_frame_unwinder.cc43 class Win32UnwindFunctions : public Win32StackFrameUnwinder::UnwindFunctions { class
45 Win32UnwindFunctions();
46 ~Win32UnwindFunctions() override;
60 DISALLOW_COPY_AND_ASSIGN(Win32UnwindFunctions);
63 Win32UnwindFunctions::Win32UnwindFunctions() {} in Win32UnwindFunctions() function in base::__anon6fdfc1090111::Win32UnwindFunctions
64 Win32UnwindFunctions::~Win32UnwindFunctions() {} in ~Win32UnwindFunctions()
66 PRUNTIME_FUNCTION Win32UnwindFunctions::LookupFunctionEntry( in LookupFunctionEntry()
77 void Win32UnwindFunctions::VirtualUnwind(DWORD64 image_base, in VirtualUnwind()
93 ScopedModuleHandle Win32UnwindFunctions::GetModuleForProgramCounter( in GetModuleForProgramCounter()
115 : Win32StackFrameUnwinder(WrapUnique(new Win32UnwindFunctions)) {} in Win32StackFrameUnwinder()