Lines Matching defs:inst

170   const Instruction* inst = Instruction::At(dex_pc_ptr);  in MterpInvokeVirtual()  local
181 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeSuper() local
192 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeInterface() local
203 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeDirect() local
214 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeStatic() local
225 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeCustom() local
236 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokePolymorphic() local
247 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeVirtualRange() local
258 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeSuperRange() local
269 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeInterfaceRange() local
280 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeDirectRange() local
291 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeStaticRange() local
302 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeCustomRange() local
313 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokePolymorphicRange() local
324 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeVirtualQuick() local
335 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeVirtualQuickRange() local
449 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpNewInstance() local
476 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpIputObjectQuick() local
484 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpAputObject() local
503 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpFilledNewArray() local
512 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpFilledNewArrayRange() local
521 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpNewArray() local
555 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpCheckBefore() local
578 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogDivideByZeroException() local
586 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogArrayIndexException() local
594 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogNegativeArraySizeException() local
602 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogNoSuchMethodException() local
610 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogExceptionThrownException() local
618 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogNullObjectException() local
626 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogFallback() local
635 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogOSR() local
643 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogSuspendFallback() local
664 ALWAYS_INLINE void MterpFieldAccess(Instruction* inst, in MterpFieldAccess()
715 NO_INLINE bool MterpFieldAccessSlow(Instruction* inst, in MterpFieldAccessSlow()
750 ALWAYS_INLINE bool MterpFieldAccessFast(Instruction* inst, in MterpFieldAccessFast()