Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.h80 ReferenceTypeInfo::TypeHandle GetStringClassHandle();
Dreference_type_propagation_test.cc65 return ReferenceTypeInfo::Create(propagation_->handle_cache_.GetStringClassHandle(), is_exact); in StringType()
Dreference_type_propagation.cc72 ReferenceTypeInfo::TypeHandle ReferenceTypePropagation::HandleCache::GetStringClassHandle() { in GetStringClassHandle() function in art::ReferenceTypePropagation::HandleCache
574 ReferenceTypeInfo::Create(handle_cache_->GetStringClassHandle(), /* is_exact= */ true)); in SetClassAsTypeInfo()
695 ReferenceTypeInfo::Create(handle_cache_->GetStringClassHandle(), /* is_exact= */ true)); in VisitLoadString()