Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc102 HandleCache* GetHandleCache() { in GetHandleCache() function in art::ReferenceTypePropagation::RTPVisitor
103 return GetGraph()->GetHandleCache(); in GetHandleCache()
365 ReferenceTypeInfo::Create(GetHandleCache()->GetObjectClassHandle(), /* is_exact= */ false); in BoundTypeForIfNotNull()
515 ReferenceTypeInfo::Create(GetHandleCache()->GetStringClassHandle(), /* is_exact= */ true)); in SetClassAsTypeInfo()
517 ReferenceTypeInfo::TypeHandle handle = GetHandleCache()->NewHandle(klass); in SetClassAsTypeInfo()
614 ReferenceTypeInfo::Create(GetHandleCache()->GetClassClassHandle(), /* is_exact= */ true)); in VisitLoadClass()
630 GetHandleCache()->GetMethodHandleClassHandle(), /* is_exact= */ true)); in VisitLoadMethodHandle()
635 GetHandleCache()->GetMethodTypeClassHandle(), /* is_exact= */ true)); in VisitLoadMethodType()
640 ReferenceTypeInfo::Create(GetHandleCache()->GetStringClassHandle(), /* is_exact= */ true)); in VisitLoadString()
654 GetHandleCache()->GetThrowableClassHandle(), /* is_exact= */ false)); in VisitLoadException()
[all …]
Dreference_type_propagation_test.cc58 return propagation_->MergeTypes(a, b, graph_->GetHandleCache()); in MergeTypes()
68 return ReferenceTypeInfo::Create(graph_->GetHandleCache()->GetObjectClassHandle(), is_exact); in ObjectType()
73 return ReferenceTypeInfo::Create(graph_->GetHandleCache()->GetStringClassHandle(), is_exact); in StringType()
299 graph_->GetHandleCache()->GetObjectClassHandle(), in RunVisitListTest()
393 graph_->GetHandleCache()->GetObjectClassHandle(), in RunVisitListTest()
Dinliner.cc583 Handle<mirror::Class> cls = graph_->GetHandleCache()->NewHandle(method->GetDeclaringClass()); in TryInlineFromCHA()
872 graph_->GetHandleCache()->NewHandle(GetMonomorphicType(classes)); in TryInlineMonomorphicCall()
1042 graph_->GetHandleCache()->NewHandle(classes.GetReference(i)->AsClass()); in TryInlinePolymorphicCall()
1254 graph_->GetHandleCache()->NewHandle(actual_method->GetDeclaringClass()); in TryInlinePolymorphicCallToSameTarget()
1840 graph_->GetHandleCache()->NewHandle(referrer->GetDexCache()); in CreateInstanceFieldGet()
1883 return (object != hint.Get()) ? graph->GetHandleCache()->NewHandle(object) : hint; in NewHandleIfDifferent()
2181 graph_->GetHandleCache()->NewHandle(resolved_method->GetDeclaringClass()); in TryBuildAndInlineHelper()
2213 graph_->GetHandleCache()->GetHandles(), in TryBuildAndInlineHelper()
2463 ? ReferenceTypeInfo::Create(graph_->GetHandleCache()->NewHandle(cls)) in FixUpReturnReferenceType()
Dselect_generator.cc159 ReferenceTypePropagation::FixUpInstructionType(select, graph_->GetHandleCache()); in TryGenerateSelectSimpleDiamondPattern()
Dinstruction_builder.cc1752 Handle<mirror::Class> h_klass = graph_->GetHandleCache()->NewHandle(klass); in ProcessClinitCheckForInvoke()
2304 graph_->GetHandleCache()->NewHandle(resolved_field->GetDeclaringClass()); in BuildStaticFieldAccess()
2554 graph_->GetHandleCache()->GetHandles()); in BuildLoadString()
2626 Handle<mirror::Class> h_klass = graph_->GetHandleCache()->NewHandle(klass); in ResolveClass()
Dnodes.h442 HandleCache* GetHandleCache() { return &handle_cache_; } in GetHandleCache() function