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

  /art/runtime/interpreter/
interpreter.cc 535 uint32_t new_dex_pc = dex_pc; local
544 new_dex_pc = found_dex_pc; // the dex pc of a matching catch handler
562 new_dex_pc = dex_pc + instr->SizeInCodeUnits();
572 new_dex_pc = dex_pc + instr->SizeInCodeUnits();
589 if (new_dex_pc != DexFile::kDexNoIndex) {
590 shadow_frame->SetDexPC(new_dex_pc);
  /art/runtime/
trace.h 155 ArtMethod* method, uint32_t new_dex_pc)
instrumentation.h 82 ArtMethod* method, uint32_t new_dex_pc)
trace.cc 759 uint32_t new_dex_pc) {
761 LOG(ERROR) << "Unexpected dex PC event in tracing " << PrettyMethod(method) << " " << new_dex_pc;
    [all...]
debugger.h 511 ArtMethod* method, uint32_t new_dex_pc,
    [all...]
instrumentation_test.cc 73 uint32_t new_dex_pc ATTRIBUTE_UNUSED)
    [all...]
debugger.cc 194 uint32_t new_dex_pc)
196 if (IsListeningToMethodExit() && IsReturn(method, new_dex_pc)) {
210 Dbg::UpdateDebugger(thread, this_object, method, new_dex_pc, events, nullptr);
    [all...]

Completed in 636 milliseconds