Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc504 uint32_t new_dex_pc; in EnterInterpreterFromDeoptimize() local
510 new_dex_pc = found_dex_pc; // the dex pc of a matching catch handler in EnterInterpreterFromDeoptimize()
514 new_dex_pc = dex_pc + instr->SizeInCodeUnits(); // the dex pc of the next instruction. in EnterInterpreterFromDeoptimize()
516 if (new_dex_pc != DexFile::kDexNoIndex) { in EnterInterpreterFromDeoptimize()
517 shadow_frame->SetDexPC(new_dex_pc); in EnterInterpreterFromDeoptimize()
/art/runtime/
Dtrace.h89 mirror::ArtMethod* method, uint32_t new_dex_pc)
Dtrace.cc569 mirror::ArtMethod* method, uint32_t new_dex_pc) { in DexPcMoved() argument
571 LOG(ERROR) << "Unexpected dex PC event in tracing " << PrettyMethod(method) << " " << new_dex_pc; in DexPcMoved()
Dinstrumentation.h81 mirror::ArtMethod* method, uint32_t new_dex_pc)
Ddebugger.h521 mirror::ArtMethod* method, uint32_t new_dex_pc,
Ddebugger.cc266 uint32_t new_dex_pc) in DexPcMoved() argument
268 Dbg::UpdateDebugger(thread, this_object, method, new_dex_pc, 0, nullptr); in DexPcMoved()