Searched refs:step_pc (Results 1 – 2 of 2) sorted by relevance
106 uint64_t step_pc = rel_pc; in Unwind() local113 step_pc -= pc_adjustment; in Unwind()117 step_pc = rel_pc; in Unwind()118 } else if (!elf->Step(step_pc, regs.get(), process_memory_.get(), &finished)) { in Unwind()
159 uint64_t step_pc; in Unwind() local163 step_pc = regs_->pc(); in Unwind()164 rel_pc = step_pc; in Unwind()177 step_pc = regs_->pc(); in Unwind()178 rel_pc = elf->GetRelPc(step_pc, map_info); in Unwind()181 step_pc = rel_pc; in Unwind()188 step_pc -= pc_adjustment; in Unwind()197 step_pc = adjusted_jit_pc; in Unwind()251 step_pc = rel_pc; in Unwind()253 } else if (elf->Step(step_pc, regs_, process_memory_.get(), &finished)) { in Unwind()[all …]