Lines Matching defs:inst
208 const Instruction* inst = Instruction::At(dex_pc_ptr); in MTERP_INVOKE() local
219 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokePolymorphic() local
230 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeCustomRange() local
241 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokePolymorphicRange() local
357 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpNewInstance() local
385 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpAputObject() local
404 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpFilledNewArray() local
429 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpFilledNewArrayRange() local
454 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpNewArray() local
500 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpCheckBefore() local
523 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogDivideByZeroException() local
531 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogArrayIndexException() local
539 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogNegativeArraySizeException() local
547 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogNoSuchMethodException() local
555 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogExceptionThrownException() local
563 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogNullObjectException() local
571 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogFallback() local
580 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogOSR() local
588 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogSuspendFallback() local
609 ALWAYS_INLINE void MterpFieldAccess(Instruction* inst, in MterpFieldAccess()
660 NO_INLINE bool MterpFieldAccessSlow(Instruction* inst, in MterpFieldAccessSlow()
701 ALWAYS_INLINE bool MterpFieldAccessFast(Instruction* inst, in MterpFieldAccessFast()