Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc918 ReferenceTypeInfo new_rti = instr->InputAt(first_input_index_not_null)->GetReferenceTypeInfo(); in UpdatePhi() local
920 if (new_rti.IsValid() && new_rti.IsObjectClass() && !new_rti.IsExact()) { in UpdatePhi()
922 instr->SetReferenceTypeInfo(new_rti); in UpdatePhi()
930 new_rti = MergeTypes(new_rti, inputs[i]->GetReferenceTypeInfo(), GetHandleCache()); in UpdatePhi()
931 if (new_rti.IsValid() && new_rti.IsObjectClass()) { in UpdatePhi()
932 if (!new_rti.IsExact()) { in UpdatePhi()
940 if (new_rti.IsValid()) { in UpdatePhi()
941 instr->SetReferenceTypeInfo(new_rti); in UpdatePhi()