Searched defs:handle_cache_ (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dreference_type_propagation.h105 HandleCache handle_cache_; member in class:art::ReferenceTypePropagation
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...]

Completed in 44 milliseconds