Home | History | Annotate | Download | only in interpreter

Lines Matching defs:dex_pc

34       int32_t displacement = static_cast<int32_t>(found_dex_pc) - static_cast<int32_t>(dex_pc); \
56 shadow_frame.GetMethod(), dex_pc); \
70 uint32_t dex_pc = shadow_frame.GetDexPC();
73 if (LIKELY(dex_pc == 0)) { // We are entering the method as opposed to deoptimizing.
84 const Instruction* inst = Instruction::At(insns + dex_pc);
87 dex_pc = inst->GetDexPc(insns);
88 shadow_frame.SetDexPC(dex_pc);
89 TraceExecution(shadow_frame, inst, dex_pc, mh);
191 shadow_frame.GetMethod(), dex_pc);
207 shadow_frame.GetMethod(), dex_pc);
224 shadow_frame.GetMethod(), dex_pc);
240 shadow_frame.GetMethod(), dex_pc);
279 shadow_frame.GetMethod(), dex_pc);