Searched refs:TestUnwindFunctions (Results 1 – 2 of 2) sorted by relevance
26 class TestUnwindFunctions : public Win32StackFrameUnwinder::UnwindFunctions { class28 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::TestUnwindFunctions63 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 …]
20 class TestUnwindFunctions : public Win32StackFrameUnwinder::UnwindFunctions { class22 TestUnwindFunctions();52 DISALLOW_COPY_AND_ASSIGN(TestUnwindFunctions);55 RUNTIME_FUNCTION* const TestUnwindFunctions::kInvalidRuntimeFunction =58 TestUnwindFunctions::TestUnwindFunctions() in TestUnwindFunctions() function in base::__anona08132370111::TestUnwindFunctions66 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 …]