Home
last modified time | relevance | path

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

/external/cronet/base/profiler/
Dnative_unwinder_win.cc16 bool NativeUnwinderWin::CanUnwindFrom(const Frame& current_frame) const { in CanUnwindFrom() function in base::NativeUnwinderWin
Dframe_pointer_unwinder.cc42 bool FramePointerUnwinder::CanUnwindFrom(const Frame& current_frame) const { in CanUnwindFrom() function in base::FramePointerUnwinder
Dstack_sampler_unittest.cc118 bool CanUnwindFrom(const Frame& current_frame) const override { return true; } in CanUnwindFrom() function in base::__anon450204a80111::TestUnwinder
141 bool CanUnwindFrom(const Frame& current_frame) const override { return true; } in CanUnwindFrom() function in base::__anon450204a80111::CallRecordingUnwinder
213 bool CanUnwindFrom(const Frame& current_frame) const override { in CanUnwindFrom() function in base::__anon450204a80111::FakeTestUnwinder
Dlibunwindstack_unwinder_android.cc95 bool LibunwindstackUnwinderAndroid::CanUnwindFrom( in CanUnwindFrom() function in base::LibunwindstackUnwinderAndroid
Dchrome_unwinder_android.cc81 bool ChromeUnwinderAndroid::CanUnwindFrom(const Frame& current_frame) const { in CanUnwindFrom() function in base::ChromeUnwinderAndroid
Dnative_unwinder_android.cc169 bool NativeUnwinderAndroid::CanUnwindFrom(const Frame& current_frame) const { in CanUnwindFrom() function in base::NativeUnwinderAndroid
Dchrome_unwinder_android_unittest.cc964 TEST(ChromeUnwinderAndroidTest, CanUnwindFrom) { in TEST() argument
Dstack_sampling_profiler_unittest.cc494 bool CanUnwindFrom(const Frame& current_frame) const override { return true; } in CanUnwindFrom() function in base::TestAuxUnwinder