Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc931 ReferenceTypeInfo new_rti = instr->InputAt(first_input_index_not_null)->GetReferenceTypeInfo(); in UpdatePhi() local
933 if (new_rti.IsValid() && new_rti.IsObjectClass() && !new_rti.IsExact()) { in UpdatePhi()
935 instr->SetReferenceTypeInfo(new_rti); in UpdatePhi()
943 new_rti = MergeTypes(new_rti, inputs[i]->GetReferenceTypeInfo(), GetHandleCache()); in UpdatePhi()
944 if (new_rti.IsValid() && new_rti.IsObjectClass()) { in UpdatePhi()
945 if (!new_rti.IsExact()) { in UpdatePhi()
953 if (new_rti.IsValid()) { in UpdatePhi()
954 instr->SetReferenceTypeInfo(new_rti); in UpdatePhi()