Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/profiler/
H A 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()
H A Dwin32_stack_frame_unwinder.cc143 std::unique_ptr<UnwindFunctions> unwind_functions) in Win32StackFrameUnwinder() argument
144 : unwind_functions_(std::move(unwind_functions)) {} in Win32StackFrameUnwinder()
H A Dwin32_stack_frame_unwinder.h80 Win32StackFrameUnwinder(std::unique_ptr<UnwindFunctions> unwind_functions);
/aosp_15_r20/external/libchrome/base/profiler/
H A 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()
H A 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()
H A Dwin32_stack_frame_unwinder.h88 Win32StackFrameUnwinder(std::unique_ptr<UnwindFunctions> unwind_functions);