Home
last modified time | relevance | path

Searched defs:CanUnwindFrom (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/base/profiler/
H A Dstack_sampler_unittest.cc118 bool CanUnwindFrom(const Frame& current_frame) const override { return true; } in CanUnwindFrom() function in base::__anon7fa9c2390111::TestUnwinder
141 bool CanUnwindFrom(const Frame& current_frame) const override { return true; } in CanUnwindFrom() function in base::__anon7fa9c2390111::CallRecordingUnwinder
213 bool CanUnwindFrom(const Frame& current_frame) const override { in CanUnwindFrom() function in base::__anon7fa9c2390111::FakeTestUnwinder
H A Dnative_unwinder_win.cc16 bool NativeUnwinderWin::CanUnwindFrom(const Frame& current_frame) const { in CanUnwindFrom() function in base::NativeUnwinderWin
H A Dframe_pointer_unwinder.cc50 bool FramePointerUnwinder::CanUnwindFrom(const Frame& current_frame) const { in CanUnwindFrom() function in base::FramePointerUnwinder
H A Dlibunwindstack_unwinder_android.cc108 bool LibunwindstackUnwinderAndroid::CanUnwindFrom( in CanUnwindFrom() function in base::LibunwindstackUnwinderAndroid
H A Dnative_unwinder_android.cc165 bool NativeUnwinderAndroid::CanUnwindFrom(const Frame& current_frame) const { in CanUnwindFrom() function in base::NativeUnwinderAndroid
H A Dchrome_unwinder_android.cc81 bool ChromeUnwinderAndroid::CanUnwindFrom(const Frame& current_frame) const { in CanUnwindFrom() function in base::ChromeUnwinderAndroid
H A Dchrome_unwinder_android_unittest.cc964 TEST(ChromeUnwinderAndroidTest, CanUnwindFrom) { in TEST() argument
H A Dstack_sampling_profiler_unittest.cc498 bool CanUnwindFrom(const Frame& current_frame) const override { return true; } in CanUnwindFrom() function in base::TestAuxUnwinder