Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc2689 const Instruction& instance_of_inst = code_item_accessor_.InstructionAt(instance_of_idx); in CodeFlowVerifyInstruction() local
2704 (Instruction::INSTANCE_OF == instance_of_inst.Opcode()) && in CodeFlowVerifyInstruction()
2705 (inst->VRegA_21t() == instance_of_inst.VRegA_22c()) && in CodeFlowVerifyInstruction()
2706 (instance_of_inst.VRegA_22c() != instance_of_inst.VRegB_22c())) { in CodeFlowVerifyInstruction()
2720 const RegType& orig_type = work_line_->GetRegisterType(this, instance_of_inst.VRegB_22c()); in CodeFlowVerifyInstruction()
2722 dex::TypeIndex(instance_of_inst.VRegC_22c())); in CodeFlowVerifyInstruction()
2741 instance_of_inst.VRegB_22c(), in CodeFlowVerifyInstruction()
2753 auto maybe_update_fn = [&instance_of_inst, update_line, this, &cast_type]( in CodeFlowVerifyInstruction()
2757 if (move_trg == instance_of_inst.VRegB_22c() && in CodeFlowVerifyInstruction()
2758 move_src != instance_of_inst.VRegA_22c()) { in CodeFlowVerifyInstruction()