Searched refs:handle_cache_ (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | reference_type_propagation_test.cc | 50 return propagation_->MergeTypes(a, b, &propagation_->handle_cache_); in MergeTypes() 60 return ReferenceTypeInfo::Create(propagation_->handle_cache_.GetObjectClassHandle(), is_exact); in ObjectType() 65 return ReferenceTypeInfo::Create(propagation_->handle_cache_.GetStringClassHandle(), is_exact); in StringType()
|
D | reference_type_propagation.cc | 90 handle_cache_(handle_cache), in RTPVisitor() 145 HandleCache* const handle_cache_; member in art::ReferenceTypePropagation::RTPVisitor 162 handle_cache_(handles), in ReferenceTypePropagation() 203 &handle_cache_, in Visit() 363 RTPVisitor visitor(graph_, class_loader_, hint_dex_cache_, &handle_cache_, is_first_run_); in Run() 430 handle_cache_->GetObjectClassHandle(), /* is_exact= */ false); in BoundTypeForIfNotNull() 574 ReferenceTypeInfo::Create(handle_cache_->GetStringClassHandle(), /* is_exact= */ true)); in SetClassAsTypeInfo() 576 ReferenceTypeInfo::TypeHandle handle = handle_cache_->NewHandle(klass); in SetClassAsTypeInfo() 668 ReferenceTypeInfo::Create(handle_cache_->GetClassClassHandle(), /* is_exact= */ true)); in VisitLoadClass() 684 handle_cache_->GetMethodHandleClassHandle(), in VisitLoadMethodHandle() [all …]
|
D | reference_type_propagation.h | 109 HandleCache handle_cache_; variable
|