Home
last modified time | relevance | path

Searched refs:instance_of_inst (Results 1 – 1 of 1) sorted by relevance

/art/runtime/verifier/
Dmethod_verifier.cc2165 const Instruction* instance_of_inst = Instruction::At(code_item_->insns_ + instance_of_idx); in CodeFlowVerifyInstruction() local
2180 (Instruction::INSTANCE_OF == instance_of_inst->Opcode()) && in CodeFlowVerifyInstruction()
2181 (inst->VRegA_21t() == instance_of_inst->VRegA_22c()) && in CodeFlowVerifyInstruction()
2182 (instance_of_inst->VRegA_22c() != instance_of_inst->VRegB_22c())) { in CodeFlowVerifyInstruction()
2193 const RegType& orig_type = work_line_->GetRegisterType(this, instance_of_inst->VRegB_22c()); in CodeFlowVerifyInstruction()
2194 const RegType& cast_type = ResolveClassAndCheckAccess(instance_of_inst->VRegC_22c()); in CodeFlowVerifyInstruction()
2209 update_line->SetRegisterType(this, instance_of_inst->VRegB_22c(), cast_type); in CodeFlowVerifyInstruction()
2226 if (move_inst->VRegA_12x() == instance_of_inst->VRegB_22c()) { in CodeFlowVerifyInstruction()
2231 if (move_inst->VRegA_22x() == instance_of_inst->VRegB_22c()) { in CodeFlowVerifyInstruction()
2236 if (move_inst->VRegA_32x() == instance_of_inst->VRegB_22c()) { in CodeFlowVerifyInstruction()