Home
last modified time | relevance | path

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

/external/libchrome/base/profiler/
Dwin32_stack_frame_unwinder_unittest.cc141 std::unique_ptr<TestUnwindFunctions> unwind_functions( in CreateUnwinder() local
143 unwind_functions_ = unwind_functions.get(); in CreateUnwinder()
145 new Win32StackFrameUnwinder(std::move(unwind_functions))); in CreateUnwinder()
Dwin32_stack_frame_unwinder.cc183 std::unique_ptr<UnwindFunctions> unwind_functions) in Win32StackFrameUnwinder() argument
184 : at_top_frame_(true), unwind_functions_(std::move(unwind_functions)) {} in Win32StackFrameUnwinder()
Dwin32_stack_frame_unwinder.h88 Win32StackFrameUnwinder(std::unique_ptr<UnwindFunctions> unwind_functions);