Searched refs:GetHandleCache (Results 1 – 7 of 7) sorted by relevance
/art/compiler/optimizing/ |
D | reference_type_propagation.cc | 107 HandleCache* GetHandleCache() { in GetHandleCache() function in art::ReferenceTypePropagation::RTPVisitor 108 return GetGraph()->GetHandleCache(); in GetHandleCache() 419 ReferenceTypeInfo::Create(GetHandleCache()->GetObjectClassHandle(), /* is_exact= */ false); in BoundTypeForIfNotNull() 563 ReferenceTypeInfo::Create(GetHandleCache()->GetStringClassHandle(), /* is_exact= */ true)); in SetClassAsTypeInfo() 565 ReferenceTypeInfo::TypeHandle handle = GetHandleCache()->NewHandle(klass); in SetClassAsTypeInfo() 662 ReferenceTypeInfo::Create(GetHandleCache()->GetClassClassHandle(), /* is_exact= */ true)); in VisitLoadClass() 678 GetHandleCache()->GetMethodHandleClassHandle(), /* is_exact= */ true)); in VisitLoadMethodHandle() 683 GetHandleCache()->GetMethodTypeClassHandle(), /* is_exact= */ true)); in VisitLoadMethodType() 688 ReferenceTypeInfo::Create(GetHandleCache()->GetStringClassHandle(), /* is_exact= */ true)); in VisitLoadString() 702 GetHandleCache()->GetThrowableClassHandle(), /* is_exact= */ false)); in VisitLoadException() [all …]
|
D | reference_type_propagation_test.cc | 60 return propagation_->MergeTypes(a, b, graph_->GetHandleCache()); in MergeTypes() 70 return ReferenceTypeInfo::Create(graph_->GetHandleCache()->GetObjectClassHandle(), is_exact); in ObjectType() 75 return ReferenceTypeInfo::Create(graph_->GetHandleCache()->GetStringClassHandle(), is_exact); in StringType() 301 graph_->GetHandleCache()->GetObjectClassHandle(), in RunVisitListTest() 395 graph_->GetHandleCache()->GetObjectClassHandle(), in RunVisitListTest()
|
D | select_generator.cc | 164 ReferenceTypePropagation::FixUpInstructionType(select, graph_->GetHandleCache()); in Run()
|
D | inliner.cc | 773 graph_->GetHandleCache()->NewHandle(GetMonomorphicType(classes)); in TryInlineMonomorphicCall() 946 graph_->GetHandleCache()->NewHandle(classes.GetReference(i)->AsClass()); in TryInlinePolymorphicCall() 1685 graph_->GetHandleCache()->NewHandle(referrer->GetDexCache()); in CreateInstanceFieldGet() 1729 return (object != hint.Get()) ? graph->GetHandleCache()->NewHandle(object) : hint; in NewHandleIfDifferent() 1983 graph_->GetHandleCache()->NewHandle(resolved_method->GetDeclaringClass()); in TryBuildAndInlineHelper() 2015 graph_->GetHandleCache()->GetHandles(), in TryBuildAndInlineHelper() 2248 ? ReferenceTypeInfo::Create(graph_->GetHandleCache()->NewHandle(cls)) in FixUpReturnReferenceType()
|
D | instruction_builder.cc | 1719 Handle<mirror::Class> h_klass = graph_->GetHandleCache()->NewHandle(klass); in ProcessClinitCheckForInvoke() 2270 graph_->GetHandleCache()->NewHandle(resolved_field->GetDeclaringClass()); in BuildStaticFieldAccess() 2520 graph_->GetHandleCache()->GetHandles()); in BuildLoadString() 2592 Handle<mirror::Class> h_klass = graph_->GetHandleCache()->NewHandle(klass); in ResolveClass()
|
D | load_store_elimination_test.cc | 2645 ReferenceTypeInfo::CreateUnchecked(graph_->GetHandleCache()->GetObjectClassHandle(), false)); in TEST_P() 2649 ReferenceTypeInfo::CreateUnchecked(graph_->GetHandleCache()->GetObjectClassHandle(), false)); in TEST_P()
|
D | nodes.h | 437 HandleCache* GetHandleCache() { return &handle_cache_; } in GetHandleCache() function
|