Searched refs:new_dex_pc (Results 1 – 6 of 6) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter.cc | 504 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/ |
D | trace.h | 89 mirror::ArtMethod* method, uint32_t new_dex_pc)
|
D | trace.cc | 569 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()
|
D | instrumentation.h | 81 mirror::ArtMethod* method, uint32_t new_dex_pc)
|
D | debugger.h | 521 mirror::ArtMethod* method, uint32_t new_dex_pc,
|
D | debugger.cc | 266 uint32_t new_dex_pc) in DexPcMoved() argument 268 Dbg::UpdateDebugger(thread, this_object, method, new_dex_pc, 0, nullptr); in DexPcMoved()
|