Searched refs:orig_type (Results 1 – 1 of 1) sorted by relevance
2454 const RegType& orig_type = work_line_->GetRegisterType(this, orig_type_reg); in CodeFlowVerifyInstruction() local2461 } else if (!orig_type.IsReferenceTypes()) { in CodeFlowVerifyInstruction()2467 } else if (orig_type.IsUninitializedTypes()) { in CodeFlowVerifyInstruction()2714 const RegType& orig_type = work_line_->GetRegisterType(this, instance_of_inst.VRegB_22c()); in CodeFlowVerifyInstruction() local2718 if (!orig_type.Equals(cast_type) && in CodeFlowVerifyInstruction()2719 !cast_type.IsUnresolvedTypes() && !orig_type.IsUnresolvedTypes() && in CodeFlowVerifyInstruction()2722 (orig_type.IsZeroOrNull() || in CodeFlowVerifyInstruction()2723 orig_type.IsStrictlyAssignableFrom( in CodeFlowVerifyInstruction()2724 cast_type.Merge(orig_type, ®_types_, this), this))) { in CodeFlowVerifyInstruction()