Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dreference_type_propagation.cc965 ReferenceTypeInfo new_rti = instr->InputAt(first_input_index_not_null)->GetReferenceTypeInfo(); in UpdatePhi() local
967 if (new_rti.IsValid() && new_rti.IsObjectClass() && !new_rti.IsExact()) { in UpdatePhi()
969 instr->SetReferenceTypeInfo(new_rti); in UpdatePhi()
977 new_rti = MergeTypes(new_rti, inputs[i]->GetReferenceTypeInfo(), GetHandleCache()); in UpdatePhi()
978 if (new_rti.IsValid() && new_rti.IsObjectClass()) { in UpdatePhi()
979 if (!new_rti.IsExact()) { in UpdatePhi()
987 if (new_rti.IsValid()) { in UpdatePhi()
988 instr->SetReferenceTypeInfo(new_rti); in UpdatePhi()