Home
last modified time | relevance | path

Searched refs:new_dex_pc (Results 1 – 8 of 8) sorted by relevance

/art/runtime/interpreter/
Dinterpreter.cc518 uint32_t new_dex_pc = dex_pc; in EnterInterpreterFromDeoptimize() local
527 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()
/art/runtime/
Dtrace.h165 uint32_t new_dex_pc)
Dtrace.cc745 uint32_t new_dex_pc) { in DexPcMoved() argument
748 << " " << new_dex_pc; in DexPcMoved()
Dinstrumentation.h100 uint32_t new_dex_pc)
Ddebugger.h514 ArtMethod* method, uint32_t new_dex_pc,
Dinstrumentation_test.cc92 uint32_t new_dex_pc ATTRIBUTE_UNUSED) in DexPcMoved()
Ddebugger.cc202 uint32_t new_dex_pc) in DexPcMoved() argument
204 if (IsListeningToMethodExit() && IsReturn(method, new_dex_pc)) { in DexPcMoved()
218 Dbg::UpdateDebugger(thread, this_object.Get(), method, new_dex_pc, events, nullptr); in DexPcMoved()
/art/runtime/openjdkjvmti/
Devents.cc430 uint32_t new_dex_pc) in DexPcMoved() argument
441 jlocation location = static_cast<jlocation>(new_dex_pc); in DexPcMoved()