HomeSort by relevance Sort by last modified time
    Searched refs:handle_cache_ (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
reference_type_propagation.cc 81 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_->GetClassClassHandle(), /* is_exact */ true))
    [all...]
reference_type_propagation_test.cc 60 return ReferenceTypeInfo::Create(propagation_->handle_cache_.GetObjectClassHandle(), is_exact);
65 return ReferenceTypeInfo::Create(propagation_->handle_cache_.GetStringClassHandle(), is_exact);
reference_type_propagation.h 98 HandleCache handle_cache_; member in class:art::ReferenceTypePropagation

Completed in 2377 milliseconds