Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc2388 const RegType& orig_type = work_line_->GetRegisterType(this, orig_type_reg); in CodeFlowVerifyInstruction() local
2395 } else if (!orig_type.IsReferenceTypes()) { in CodeFlowVerifyInstruction()
2401 } else if (orig_type.IsUninitializedTypes()) { in CodeFlowVerifyInstruction()
2643 const RegType& orig_type = work_line_->GetRegisterType(this, instance_of_inst.VRegB_22c()); in CodeFlowVerifyInstruction() local
2647 if (!orig_type.Equals(cast_type) && in CodeFlowVerifyInstruction()
2648 !cast_type.IsUnresolvedTypes() && !orig_type.IsUnresolvedTypes() && in CodeFlowVerifyInstruction()
2651 !orig_type.IsZeroOrNull() && in CodeFlowVerifyInstruction()
2652 orig_type.IsStrictlyAssignableFrom( in CodeFlowVerifyInstruction()
2653 cast_type.Merge(orig_type, &reg_types_, this), this)) { in CodeFlowVerifyInstruction()