Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc78 handle_cache_(handle_cache), in RTPVisitor()
110 HandleCache* handle_cache_; member in art::ReferenceTypePropagation::RTPVisitor
124 handle_cache_(handles), in ReferenceTypePropagation()
160 &handle_cache_, in Visit()
339 &handle_cache_, in VisitBasicBlock()
394 handle_cache_.GetObjectClassHandle(), /* is_exact */ false); in BoundTypeForIfNotNull()
540 ReferenceTypeInfo::Create(handle_cache_->GetStringClassHandle(), /* is_exact */ true)); in SetClassAsTypeInfo()
542 ReferenceTypeInfo::TypeHandle handle = handle_cache_->NewHandle(klass); in SetClassAsTypeInfo()
636 ReferenceTypeInfo::Create(handle_cache_->GetClassClassHandle(), /* is_exact */ true)); in VisitLoadClass()
645 ReferenceTypeInfo::Create(handle_cache_->GetStringClassHandle(), /* is_exact */ true)); in VisitLoadString()
[all …]
Dreference_type_propagation_test.cc61 return ReferenceTypeInfo::Create(propagation_->handle_cache_.GetObjectClassHandle(), is_exact); in ObjectType()
66 return ReferenceTypeInfo::Create(propagation_->handle_cache_.GetStringClassHandle(), is_exact); in StringType()
Dreference_type_propagation.h115 HandleCache handle_cache_; variable