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

  /art/compiler/optimizing/
reference_type_propagation.h 74 ReferenceTypeInfo::TypeHandle GetStringClassHandle();
reference_type_propagation_test.cc 66 return ReferenceTypeInfo::Create(propagation_->handle_cache_.GetStringClassHandle(), is_exact);
reference_type_propagation.cc 59 ReferenceTypeInfo::TypeHandle ReferenceTypePropagation::HandleCache::GetStringClassHandle() {
540 ReferenceTypeInfo::Create(handle_cache_->GetStringClassHandle(), /* is_exact */ true));
645 ReferenceTypeInfo::Create(handle_cache_->GetStringClassHandle(), /* is_exact */ true));
    [all...]

Completed in 49 milliseconds