Lines Matching refs:Step
176 bool Step(uintptr_t& pc, uintptr_t& sp, void *ctx);
379 bool Unwinder::Step(uintptr_t& pc, uintptr_t& sp, void *ctx)
381 return impl_->Step(pc, sp, ctx);
771 DFXLOGW("Step signal frame, pc: %{public}p", reinterpret_cast<void *>(frame.pc));
872 bool Unwinder::Impl::Step(uintptr_t& pc, uintptr_t& sp, void *ctx)
874 DFX_TRACE_SCOPED_DLSYM("Step pc:%p", reinterpret_cast<void *>(pc));
886 DFXLOGW("Step signal frame, pc: %{public}p", reinterpret_cast<void *>(frame.pc));
991 if (!armExidx_->Step((uintptr_t)uei.unwindInfo, rs)) {
993 DFXLOGU("Step exidx section error?");
1007 if (!dwarfSection_->Step(frame.pc, (uintptr_t)uei.unwindInfo, rs)) {
1009 DFXLOGU("Step dwarf section error?");