Searched refs:new_dex_pc (Results 1 – 8 of 8) sorted by relevance
518 uint32_t new_dex_pc = dex_pc; in EnterInterpreterFromDeoptimize() local527 new_dex_pc = found_dex_pc; // the dex pc of a matching catch handler in EnterInterpreterFromDeoptimize()545 new_dex_pc = dex_pc + instr->SizeInCodeUnits(); in EnterInterpreterFromDeoptimize()555 new_dex_pc = dex_pc + instr->SizeInCodeUnits(); in EnterInterpreterFromDeoptimize()572 if (new_dex_pc != DexFile::kDexNoIndex) { in EnterInterpreterFromDeoptimize()573 shadow_frame->SetDexPC(new_dex_pc); in EnterInterpreterFromDeoptimize()
165 uint32_t new_dex_pc)
745 uint32_t new_dex_pc) { in DexPcMoved() argument748 << " " << new_dex_pc; in DexPcMoved()
100 uint32_t new_dex_pc)
514 ArtMethod* method, uint32_t new_dex_pc,
92 uint32_t new_dex_pc ATTRIBUTE_UNUSED) in DexPcMoved()
202 uint32_t new_dex_pc) in DexPcMoved() argument204 if (IsListeningToMethodExit() && IsReturn(method, new_dex_pc)) { in DexPcMoved()218 Dbg::UpdateDebugger(thread, this_object.Get(), method, new_dex_pc, events, nullptr); in DexPcMoved()
430 uint32_t new_dex_pc) in DexPcMoved() argument441 jlocation location = static_cast<jlocation>(new_dex_pc); in DexPcMoved()