Lines Matching refs:pc
58 frame->pc = dex_pc; in FillInDexFrame()
103 frame->pc = regs_->pc() - pc_adjustment; in FillInFrame()
154 uint64_t cur_pc = regs_->pc(); in Unwind()
157 MapInfo* map_info = maps_->Find(regs_->pc()); in Unwind()
163 step_pc = regs_->pc(); in Unwind()
177 step_pc = regs_->pc(); in Unwind()
193 uint64_t adjusted_jit_pc = regs_->pc() - pc_adjustment; in Unwind()
250 frame->pc += pc_adjustment; in Unwind()
279 if (frames_.size() > 2 || (frames_.size() > 0 && maps_->Find(frames_[0].pc) != nullptr)) { in Unwind()
303 if (cur_pc == regs_->pc() && cur_sp == regs_->sp()) { in Unwind()
398 FrameData Unwinder::BuildFrameFromPcOnly(uint64_t pc) { in BuildFrameFromPcOnly() argument
402 MapInfo* map_info = maps->Find(pc); in BuildFrameFromPcOnly()
404 frame.rel_pc = pc; in BuildFrameFromPcOnly()
411 uint64_t relative_pc = elf->GetRelPc(pc, map_info); in BuildFrameFromPcOnly()
421 uint64_t jit_pc = pc - pc_adjustment; in BuildFrameFromPcOnly()
431 frame.pc = pc - pc_adjustment; in BuildFrameFromPcOnly()