Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/profiler/
H A Dwin32_stack_frame_unwinder_unittest.cc26 class TestUnwindFunctions : public Win32StackFrameUnwinder::UnwindFunctions { class
28 TestUnwindFunctions();
30 TestUnwindFunctions(const TestUnwindFunctions&) = delete;
31 TestUnwindFunctions& operator=(const TestUnwindFunctions&) = delete;
54 RUNTIME_FUNCTION* const TestUnwindFunctions::kInvalidRuntimeFunction =
57 TestUnwindFunctions::TestUnwindFunctions() in TestUnwindFunctions() function in base::__anon9e50856d0111::TestUnwindFunctions
63 PRUNTIME_FUNCTION TestUnwindFunctions::LookupFunctionEntry( in LookupFunctionEntry()
74 void TestUnwindFunctions::VirtualUnwind(DWORD64 image_base, in VirtualUnwind()
98 void TestUnwindFunctions::SetHasRuntimeFunction(CONTEXT* context) { in SetHasRuntimeFunction()
114 void TestUnwindFunctions::SetNoRuntimeFunction(CONTEXT* context) { in SetNoRuntimeFunction()
[all …]
/aosp_15_r20/external/libchrome/base/profiler/
H A Dwin32_stack_frame_unwinder_unittest.cc20 class TestUnwindFunctions : public Win32StackFrameUnwinder::UnwindFunctions { class
22 TestUnwindFunctions();
52 DISALLOW_COPY_AND_ASSIGN(TestUnwindFunctions);
55 RUNTIME_FUNCTION* const TestUnwindFunctions::kInvalidRuntimeFunction =
58 TestUnwindFunctions::TestUnwindFunctions() in TestUnwindFunctions() function in base::__anona08132370111::TestUnwindFunctions
66 PRUNTIME_FUNCTION TestUnwindFunctions::LookupFunctionEntry( in LookupFunctionEntry()
77 void TestUnwindFunctions::VirtualUnwind(DWORD64 image_base, in VirtualUnwind()
93 ScopedModuleHandle TestUnwindFunctions::GetModuleForProgramCounter( in GetModuleForProgramCounter()
102 void TestUnwindFunctions::SetUnloadedModule() { in SetUnloadedModule()
106 void TestUnwindFunctions::SetHasRuntimeFunction(CONTEXT* context) { in SetHasRuntimeFunction()
[all …]