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

/art/runtime/interpreter/
H A Dinterpreter.cc535 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/
H A Dtrace.cc759 uint32_t new_dex_pc) {
761 LOG(ERROR) << "Unexpected dex PC event in tracing " << PrettyMethod(method) << " " << new_dex_pc;
756 DexPcMoved(Thread* thread ATTRIBUTE_UNUSED, mirror::Object* this_object ATTRIBUTE_UNUSED, ArtMethod* method, uint32_t new_dex_pc) argument

Completed in 2392 milliseconds