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

/art/compiler/optimizing/
H A Dreference_type_propagation_test.cc50 return propagation_->MergeTypes(a, b, &propagation_->handle_cache_);
60 return ReferenceTypeInfo::Create(propagation_->handle_cache_.GetObjectClassHandle(), is_exact);
65 return ReferenceTypeInfo::Create(propagation_->handle_cache_.GetStringClassHandle(), is_exact);
H A Dreference_type_propagation.cc80 handle_cache_(handle_cache),
132 HandleCache* const handle_cache_; member in class:art::ReferenceTypePropagation::RTPVisitor
149 handle_cache_(handles),
184 &handle_cache_,
345 RTPVisitor visitor(graph_, class_loader_, hint_dex_cache_, &handle_cache_, is_first_run_);
411 handle_cache_->GetObjectClassHandle(), /* is_exact */ false);
556 ReferenceTypeInfo::Create(handle_cache_->GetStringClassHandle(), /* is_exact */ true));
558 ReferenceTypeInfo::TypeHandle handle = handle_cache_->NewHandle(klass);
652 ReferenceTypeInfo::Create(handle_cache_->GetClassClassHandle(), /* is_exact */ true));
661 ReferenceTypeInfo::Create(handle_cache_
[all...]
H A Dreference_type_propagation.h105 HandleCache handle_cache_; member in class:art::ReferenceTypePropagation

Completed in 66 milliseconds