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

/art/compiler/optimizing/
H A Dreference_type_propagation.h98 HandleCache handle_cache_; member in class:art::ReferenceTypePropagation
H A Dreference_type_propagation.cc81 handle_cache_(handle_cache),
111 HandleCache* handle_cache_; member in class:art::ReferenceTypePropagation::RTPVisitor
123 handle_cache_(handles),
157 RTPVisitor visitor(graph_, hint_dex_cache_, &handle_cache_, &worklist_, is_first_run_);
176 RTPVisitor visitor(graph_, hint_dex_cache_, &handle_cache_, &worklist_, is_first_run_);
280 handle_cache_.GetObjectClassHandle(), /* is_exact */ true);
462 ReferenceTypeInfo::Create(handle_cache_->GetStringClassHandle(), /* is_exact */ true));
464 ReferenceTypeInfo::TypeHandle handle = handle_cache_->NewHandle(klass);
570 handle_cache_->NewHandle(resolved_class), /* is_exact */ true));
573 ReferenceTypeInfo::Create(handle_cache_
[all...]

Completed in 1829 milliseconds