Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetDexPC

112 uint32_t StackVisitor::GetDexPc(bool abort_on_failure) const {
114 return cur_shadow_frame_->GetDexPC();
407 shadow_frame = thread_->FindOrCreateDebuggerShadowFrame(frame_id, num_regs, m, GetDexPc());
443 shadow_frame = thread_->FindOrCreateDebuggerShadowFrame(frame_id, num_regs, m, GetDexPc());
533 next_dex_pc_ = GetDexPc();
576 result += StringPrintf("' at dex PC 0x%04x", GetDexPc());