Lines Matching refs:instr

856   instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation();  in artQuickProxyInvokeHandler()  local
857 if (instr->HasMethodEntryListeners()) { in artQuickProxyInvokeHandler()
858 instr->MethodEnterEvent(soa.Self(), in artQuickProxyInvokeHandler()
863 instr->MethodUnwindEvent(self, in artQuickProxyInvokeHandler()
872 if (instr->HasMethodUnwindListeners()) { in artQuickProxyInvokeHandler()
873 instr->MethodUnwindEvent(self, in artQuickProxyInvokeHandler()
878 } else if (instr->HasMethodExitListeners()) { in artQuickProxyInvokeHandler()
879 instr->MethodExitEvent(self, in artQuickProxyInvokeHandler()
1246 const Instruction& instr = accessor.InstructionAt(dex_pc); in artQuickResolutionTrampoline() local
1247 Instruction::Code instr_code = instr.Opcode(); in artQuickResolutionTrampoline()
1292 LOG(FATAL) << "Unexpected call into trampoline: " << instr.DumpString(nullptr); in artQuickResolutionTrampoline()
1295 called_method.index = (is_range) ? instr.VRegB_3rc() : instr.VRegB_35c(); in artQuickResolutionTrampoline()
2397 const Instruction& instr = caller_method->DexInstructions().InstructionAt(dex_pc); in artInvokeInterfaceTrampoline() local
2398 Instruction::Code instr_code = instr.Opcode(); in artInvokeInterfaceTrampoline()
2401 << "Unexpected call into interface trampoline: " << instr.DumpString(nullptr); in artInvokeInterfaceTrampoline()
2403 dex_method_idx = instr.VRegB_35c(); in artInvokeInterfaceTrampoline()
2406 dex_method_idx = instr.VRegB_3rc(); in artInvokeInterfaceTrampoline()