Lines Matching refs:Get

236   } else if (!resolved_method->GetDeclaringClass()->IsAssignableFrom(info.GetTypeHandle().Get())) {  in FindVirtualOrInterfaceTarget()
303 DCHECK_EQ(cls->GetDexCache(), compilation_unit.GetDexCache().Get()); in FindClassIndexIn()
312 index, compilation_unit.GetDexCache().Get(), compilation_unit.GetClassLoader().Get()); in FindClassIndexIn()
354 if (classes->Get(number_of_types) == nullptr) { in GetInlineCacheType()
372 DCHECK(classes->Get(0) != nullptr); in GetMonomorphicType()
373 return classes->Get(0); in GetMonomorphicType()
689 if (inline_cache->Get() == nullptr) { in GetInlineCacheJIT()
787 caller_compilation_unit_.GetClassLoader().Get()); in ExtractClassesFromOfflineProfile()
833 if (!resolved_method->GetDeclaringClass()->IsAssignableFrom(klass.Get())) { in ResolveMethodFromInlineCache()
961 is_referrer = klass.Get() == outermost_art_method->GetDeclaringClass(); in AddTypeGuard()
1025 if (classes->Get(i) == nullptr) { in TryInlinePolymorphicCall()
1030 Handle<mirror::Class> handle = graph_->GetHandleCache()->NewHandle(classes->Get(i)); in TryInlinePolymorphicCall()
1045 dex::TypeIndex class_index = FindClassIndexIn(handle.Get(), caller_compilation_unit_); in TryInlinePolymorphicCall()
1065 (classes->Get(i + 1) == nullptr); in TryInlinePolymorphicCall()
1204 if (classes->Get(i) == nullptr) { in TryInlinePolymorphicCallToSameTarget()
1209 new_method = classes->Get(i)->GetImt(pointer_size)->Get( in TryInlinePolymorphicCallToSameTarget()
1218 new_method = classes->Get(i)->GetEmbeddedVTableEntry(method_index, pointer_size); in TryInlinePolymorphicCallToSameTarget()
1782 return (object != hint.Get()) ? graph->GetHandleCache()->NewHandle(object) : hint; in NewHandleIfDifferent()
2180 ObjPtr<mirror::Class> actual_class = actual_rti.GetTypeHandle().Get(); in IsReferenceTypeRefinement()
2237 if (IsReferenceTypeRefinement(invoke_rti.GetTypeHandle().Get(), in ReturnTypeMoreSpecific()