Home
last modified time | relevance | path

Searched refs:FpStep (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwinder.h77 bool FpStep(uintptr_t& fp, uintptr_t& pc, void *ctx);
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp177 bool FpStep(uintptr_t& fp, uintptr_t& pc, void *ctx);
384 bool Unwinder::FpStep(uintptr_t& fp, uintptr_t& pc, void *ctx) in FpStep() function in OHOS::HiviewDFX::Unwinder
386 return impl_->FpStep(fp, pc, ctx); in FpStep()
834 if (!FpStep(fp, pc, ctx) || (pc == 0)) { in UnwindByFp()
841 bool Unwinder::Impl::FpStep(uintptr_t& fp, uintptr_t& pc, void *ctx) in FpStep() function in OHOS::HiviewDFX::Unwinder::Impl
1053 ret = FpStep(frame.fp, frame.pc, ctx); in StepInner()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp514 * @tc.desc: test unwinder FpStep interface in local case
551 if (!unwinder->FpStep(fp, pc, &context) || (pc == 0)) { in HWTEST_F()

Completed in 4 milliseconds