Searched refs:step_pc (Results 1 – 2 of 2) sorted by relevance
157 uint64_t step_pc; in Unwind() local161 step_pc = regs_->pc(); in Unwind()162 rel_pc = step_pc; in Unwind()175 step_pc = regs_->pc(); in Unwind()176 rel_pc = elf->GetRelPc(step_pc, map_info); in Unwind()179 step_pc = rel_pc; in Unwind()186 step_pc -= pc_adjustment; in Unwind()195 step_pc = adjusted_jit_pc; in Unwind()249 step_pc = rel_pc; in Unwind()251 } else if (elf->Step(step_pc, regs_, process_memory_.get(), &finished)) { in Unwind()[all …]
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()