HomeSort by relevance Sort by last modified time
    Searched refs:new_dex_pc (Results 1 - 8 of 8) sorted by null

  /art/runtime/interpreter/
interpreter.cc 518 uint32_t new_dex_pc = dex_pc; local
527 new_dex_pc = found_dex_pc; // the dex pc of a matching catch handler
545 new_dex_pc = dex_pc + instr->SizeInCodeUnits();
555 new_dex_pc = dex_pc + instr->SizeInCodeUnits();
572 if (new_dex_pc != DexFile::kDexNoIndex) {
573 shadow_frame->SetDexPC(new_dex_pc);
  /art/runtime/
trace.h 165 uint32_t new_dex_pc)
instrumentation.h 100 uint32_t new_dex_pc)
trace.cc 745 uint32_t new_dex_pc) {
748 << " " << new_dex_pc;
    [all...]
debugger.h 514 ArtMethod* method, uint32_t new_dex_pc,
    [all...]
instrumentation_test.cc 92 uint32_t new_dex_pc ATTRIBUTE_UNUSED)
    [all...]
debugger.cc 202 uint32_t new_dex_pc)
204 if (IsListeningToMethodExit() && IsReturn(method, new_dex_pc)) {
218 Dbg::UpdateDebugger(thread, this_object.Get(), method, new_dex_pc, events, nullptr);
    [all...]
  /art/runtime/openjdkjvmti/
events.cc 430 uint32_t new_dex_pc)
441 jlocation location = static_cast<jlocation>(new_dex_pc);

Completed in 737 milliseconds