Searched refs:instance_of_inst (Results 1 – 1 of 1) sorted by relevance
2591 const Instruction* instance_of_inst = Instruction::At(code_item_->insns_ + instance_of_idx); in CodeFlowVerifyInstruction() local2606 (Instruction::INSTANCE_OF == instance_of_inst->Opcode()) && in CodeFlowVerifyInstruction()2607 (inst->VRegA_21t() == instance_of_inst->VRegA_22c()) && in CodeFlowVerifyInstruction()2608 (instance_of_inst->VRegA_22c() != instance_of_inst->VRegB_22c())) { in CodeFlowVerifyInstruction()2619 const RegType& orig_type = work_line_->GetRegisterType(this, instance_of_inst->VRegB_22c()); in CodeFlowVerifyInstruction()2620 const RegType& cast_type = ResolveClassAndCheckAccess(instance_of_inst->VRegC_22c()); in CodeFlowVerifyInstruction()2636 instance_of_inst->VRegB_22c(), in CodeFlowVerifyInstruction()2654 if (move_inst->VRegA_12x() == instance_of_inst->VRegB_22c()) { in CodeFlowVerifyInstruction()2661 if (move_inst->VRegA_22x() == instance_of_inst->VRegB_22c()) { in CodeFlowVerifyInstruction()2668 if (move_inst->VRegA_32x() == instance_of_inst->VRegB_22c()) { in CodeFlowVerifyInstruction()