Searched refs:propagation_ (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dreference_type_propagation_test.cc40 propagation_ = new (&allocator_) ReferenceTypePropagation(graph_,
50 return propagation_->MergeTypes(a, b);
60 return ReferenceTypeInfo::Create(propagation_->handle_cache_.GetObjectClassHandle(), is_exact);
65 return ReferenceTypeInfo::Create(propagation_->handle_cache_.GetStringClassHandle(), is_exact);
73 ReferenceTypePropagation* propagation_; member in class:art::ReferenceTypePropagationTest
85 EXPECT_TRUE(propagation_ != nullptr);

Completed in 236 milliseconds