Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation_test.cc48 ReferenceTypeInfo MergeTypes(const ReferenceTypeInfo& a, in MergeTypes() function in art::ReferenceTypePropagationTest
50 return propagation_->MergeTypes(a, b, &propagation_->handle_cache_); in MergeTypes()
93 ReferenceTypeInfo t1(MergeTypes(InvalidType(), InvalidType())); in TEST_F()
99 ReferenceTypeInfo t2(MergeTypes(InvalidType(), ObjectType())); in TEST_F()
103 ReferenceTypeInfo t3(MergeTypes(InvalidType(), StringType())); in TEST_F()
109 ReferenceTypeInfo t4(MergeTypes(ObjectType(), InvalidType())); in TEST_F()
113 ReferenceTypeInfo t5(MergeTypes(StringType(), InvalidType())); in TEST_F()
125 ReferenceTypeInfo t1(MergeTypes(ObjectType(), ObjectType())); in TEST_F()
129 ReferenceTypeInfo t2(MergeTypes(StringType(), StringType())); in TEST_F()
135 ReferenceTypeInfo t3(MergeTypes(ObjectType(), StringType())); in TEST_F()
[all …]
Dreference_type_propagation.h96 static ReferenceTypeInfo MergeTypes(const ReferenceTypeInfo& a,
Dreference_type_propagation.cc815 select->SetReferenceTypeInfo(MergeTypes(false_rti, true_rti, &handle_cache)); in FixUpInstructionType()
821 ReferenceTypeInfo ReferenceTypePropagation::MergeTypes(const ReferenceTypeInfo& a, in MergeTypes() function in art::ReferenceTypePropagation
984 new_rti = MergeTypes(new_rti, inputs[i]->GetReferenceTypeInfo(), handle_cache_); in UpdatePhi()