Home
last modified time | relevance | path

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

/external/libchrome/base/profiler/
Dwin32_stack_frame_unwinder.h55 class BASE_EXPORT UnwindFunctions {
57 virtual ~UnwindFunctions();
72 UnwindFunctions();
75 DISALLOW_COPY_AND_ASSIGN(UnwindFunctions);
88 Win32StackFrameUnwinder(std::unique_ptr<UnwindFunctions> unwind_functions);
95 std::unique_ptr<UnwindFunctions> unwind_functions_;
Dwin32_stack_frame_unwinder.cc43 class Win32UnwindFunctions : public Win32StackFrameUnwinder::UnwindFunctions {
111 Win32StackFrameUnwinder::UnwindFunctions::~UnwindFunctions() {} in ~UnwindFunctions()
112 Win32StackFrameUnwinder::UnwindFunctions::UnwindFunctions() {} in UnwindFunctions() function in base::Win32StackFrameUnwinder::UnwindFunctions
183 std::unique_ptr<UnwindFunctions> unwind_functions) in Win32StackFrameUnwinder()
Dwin32_stack_frame_unwinder_unittest.cc20 class TestUnwindFunctions : public Win32StackFrameUnwinder::UnwindFunctions {