Searched defs:new_dex_pc (Results 1 - 2 of 2) sorted by relevance

/art/runtime/interpreter/
H A Dinterpreter.cc406 uint32_t new_dex_pc; local
412 new_dex_pc = found_dex_pc; // the dex pc of a matching catch handler
418 new_dex_pc = dex_pc + (instr->IsInvoke() ? instr->SizeInCodeUnits() : 0);
420 if (new_dex_pc != DexFile::kDexNoIndex) {
421 shadow_frame->SetDexPC(new_dex_pc);
/art/runtime/
H A Dtrace.cc744 ArtMethod* method, uint32_t new_dex_pc) {
745 UNUSED(thread, this_object, method, new_dex_pc);
747 LOG(ERROR) << "Unexpected dex PC event in tracing " << PrettyMethod(method) << " " << new_dex_pc;
743 DexPcMoved(Thread* thread, mirror::Object* this_object, ArtMethod* method, uint32_t new_dex_pc) argument

Completed in 84 milliseconds