Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dinliner.cc2375 static bool IsReferenceTypeRefinement(ObjPtr<mirror::Class> declared_class, in IsReferenceTypeRefinement() function
2394 static bool IsReferenceTypeRefinement(ObjPtr<mirror::Class> declared_class, in IsReferenceTypeRefinement() function
2399 return IsReferenceTypeRefinement( in IsReferenceTypeRefinement()
2410 if (IsReferenceTypeRefinement(resolved_method->GetDeclaringClass(), in ArgumentTypesMoreSpecific()
2430 if (IsReferenceTypeRefinement(param_cls, /*declared_can_be_null=*/ true, input)) { in ArgumentTypesMoreSpecific()
2446 if (IsReferenceTypeRefinement(invoke_rti.GetTypeHandle().Get(), in ReturnTypeMoreSpecific()