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 78 handle_cache_(handle_cache),
110 HandleCache* handle_cache_; member in class:art::ReferenceTypePropagation::RTPVisitor
124 handle_cache_(handles),
160 &handle_cache_,
339 &handle_cache_,
394 handle_cache_.GetObjectClassHandle(), /* is_exact */ false);
540 ReferenceTypeInfo::Create(handle_cache_->GetStringClassHandle(), /* is_exact */ true));
542 ReferenceTypeInfo::TypeHandle handle = handle_cache_->NewHandle(klass);
636 ReferenceTypeInfo::Create(handle_cache_->GetClassClassHandle(), /* is_exact */ true));
645 ReferenceTypeInfo::Create(handle_cache_->GetStringClassHandle(), /* is_exact */ true))
    [all...]
reference_type_propagation_test.cc 61 return ReferenceTypeInfo::Create(propagation_->handle_cache_.GetObjectClassHandle(), is_exact);
66 return ReferenceTypeInfo::Create(propagation_->handle_cache_.GetStringClassHandle(), is_exact);
reference_type_propagation.h 115 HandleCache handle_cache_; member in class:art::ReferenceTypePropagation

Completed in 494 milliseconds