Home
last modified time | relevance | path

Searched refs:step_pc (Results 1 – 2 of 2) sorted by relevance

/system/core/libunwindstack/
DUnwinder.cpp157 uint64_t step_pc; in Unwind() local
161 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 …]
DLocalUnwinder.cpp106 uint64_t step_pc = rel_pc; in Unwind() local
113 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()