Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc2360 const RegType& orig_type = work_line_->GetRegisterType(this, orig_type_reg); in CodeFlowVerifyInstruction() local
2367 } else if (!orig_type.IsReferenceTypes()) { in CodeFlowVerifyInstruction()
2373 } else if (orig_type.IsUninitializedTypes()) { in CodeFlowVerifyInstruction()
2619 const RegType& orig_type = work_line_->GetRegisterType(this, instance_of_inst->VRegB_22c()); in CodeFlowVerifyInstruction() local
2622 if (!orig_type.Equals(cast_type) && in CodeFlowVerifyInstruction()
2623 !cast_type.IsUnresolvedTypes() && !orig_type.IsUnresolvedTypes() && in CodeFlowVerifyInstruction()
2626 (orig_type.IsZero() || in CodeFlowVerifyInstruction()
2627 orig_type.IsStrictlyAssignableFrom(cast_type.Merge(orig_type, &reg_types_)))) { in CodeFlowVerifyInstruction()