Lines Matching refs:Instruction

77   DCHECK_EQ(signature, static_cast<uint16_t>(art::Instruction::kSparseSwitchSignature));  in MterpDoSparseSwitch()
125 DCHECK_EQ(signature, static_cast<uint16_t>(art::Instruction::kPackedSwitchSignature)); in MterpDoPackedSwitch()
157 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeVirtual()
166 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeSuper()
175 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeInterface()
184 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeDirect()
193 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeStatic()
202 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeVirtualRange()
211 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeSuperRange()
220 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeInterfaceRange()
229 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeDirectRange()
238 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeStaticRange()
247 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeVirtualQuick()
256 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpInvokeVirtualQuickRange()
315 extern "C" bool MterpFillArrayData(Object* obj, const Instruction::ArrayDataPayload* payload) in MterpFillArrayData()
322 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpNewInstance()
348 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpSputObject()
356 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpIputObject()
364 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpIputObjectQuick()
371 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpAputObject()
389 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpFilledNewArray()
397 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpFilledNewArrayRange()
405 const Instruction* inst = Instruction::At(dex_pc_ptr); in MterpNewArray()
435 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpCheckBefore()
437 if (inst->Opcode(inst_data) == Instruction::MOVE_EXCEPTION) { in MterpCheckBefore()
448 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogDivideByZeroException()
456 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogArrayIndexException()
464 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogNegativeArraySizeException()
472 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogNoSuchMethodException()
480 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogExceptionThrownException()
488 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogNullObjectException()
496 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogFallback()
505 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogOSR()
513 const Instruction* inst = Instruction::At(shadow_frame->GetDexPCPtr()); in MterpLogSuspendFallback()