Home
last modified time | relevance | path

Searched refs:GetHandleCache (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dreference_type_propagation_test.cc49 return propagation_->MergeTypes(a, b, graph_->GetHandleCache()); in MergeTypes()
59 return ReferenceTypeInfo::Create(graph_->GetHandleCache()->GetObjectClassHandle(), is_exact); in ObjectType()
64 return ReferenceTypeInfo::Create(graph_->GetHandleCache()->GetStringClassHandle(), is_exact); in StringType()
Dreference_type_propagation.cc102 HandleCache* GetHandleCache() { in GetHandleCache() function in art::ReferenceTypePropagation::RTPVisitor
103 return GetGraph()->GetHandleCache(); in GetHandleCache()
391 ReferenceTypeInfo::Create(GetHandleCache()->GetObjectClassHandle(), /* is_exact= */ false); in BoundTypeForIfNotNull()
535 ReferenceTypeInfo::Create(GetHandleCache()->GetStringClassHandle(), /* is_exact= */ true)); in SetClassAsTypeInfo()
537 ReferenceTypeInfo::TypeHandle handle = GetHandleCache()->NewHandle(klass); in SetClassAsTypeInfo()
629 ReferenceTypeInfo::Create(GetHandleCache()->GetClassClassHandle(), /* is_exact= */ true)); in VisitLoadClass()
645 GetHandleCache()->GetMethodHandleClassHandle(), /* is_exact= */ true)); in VisitLoadMethodHandle()
650 GetHandleCache()->GetMethodTypeClassHandle(), /* is_exact= */ true)); in VisitLoadMethodType()
655 ReferenceTypeInfo::Create(GetHandleCache()->GetStringClassHandle(), /* is_exact= */ true)); in VisitLoadString()
669 GetHandleCache()->GetThrowableClassHandle(), /* is_exact= */ false)); in VisitLoadException()
[all …]
Dselect_generator.cc164 ReferenceTypePropagation::FixUpInstructionType(select, graph_->GetHandleCache()); in Run()
Dinliner.cc867 graph_->GetHandleCache()->NewHandle(GetMonomorphicType(classes)); in TryInlineMonomorphicCall()
1030 Handle<mirror::Class> handle = graph_->GetHandleCache()->NewHandle(classes->Get(i)); in TryInlinePolymorphicCall()
1738 graph_->GetHandleCache()->NewHandle(referrer->GetDexCache()); in CreateInstanceFieldGet()
1782 return (object != hint.Get()) ? graph->GetHandleCache()->NewHandle(object) : hint; in NewHandleIfDifferent()
2009 graph_->GetHandleCache()->NewHandle(resolved_method->GetDeclaringClass()); in TryBuildAndInlineHelper()
2041 graph_->GetHandleCache()->GetHandles(), in TryBuildAndInlineHelper()
2270 ? ReferenceTypeInfo::Create(graph_->GetHandleCache()->NewHandle(cls)) in FixUpReturnReferenceType()
Dinstruction_builder.cc1454 Handle<mirror::Class> h_klass = graph_->GetHandleCache()->NewHandle(klass); in ProcessClinitCheckForInvoke()
1983 graph_->GetHandleCache()->NewHandle(resolved_field->GetDeclaringClass()); in BuildStaticFieldAccess()
2233 graph_->GetHandleCache()->GetHandles()); in BuildLoadString()
2299 Handle<mirror::Class> h_klass = graph_->GetHandleCache()->NewHandle(klass); in ResolveClass()
Dnodes.h426 HandleCache* GetHandleCache() { return &handle_cache_; } in GetHandleCache() function