Searched refs:instance_of_inst (Results 1 – 1 of 1) sorted by relevance
2690 const Instruction& instance_of_inst = code_item_accessor_.InstructionAt(instance_of_idx); in CodeFlowVerifyInstruction() local2705 (Instruction::INSTANCE_OF == instance_of_inst.Opcode()) && in CodeFlowVerifyInstruction()2706 (inst->VRegA_21t() == instance_of_inst.VRegA_22c()) && in CodeFlowVerifyInstruction()2707 (instance_of_inst.VRegA_22c() != instance_of_inst.VRegB_22c())) { in CodeFlowVerifyInstruction()2721 const RegType& orig_type = work_line_->GetRegisterType(this, instance_of_inst.VRegB_22c()); in CodeFlowVerifyInstruction()2723 dex::TypeIndex(instance_of_inst.VRegC_22c())); in CodeFlowVerifyInstruction()2742 instance_of_inst.VRegB_22c(), in CodeFlowVerifyInstruction()2754 auto maybe_update_fn = [&instance_of_inst, update_line, this, &cast_type]( in CodeFlowVerifyInstruction()2758 if (move_trg == instance_of_inst.VRegB_22c() && in CodeFlowVerifyInstruction()2759 move_src != instance_of_inst.VRegA_22c()) { in CodeFlowVerifyInstruction()