Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.cc2170 static bool IsReferenceTypeRefinement(ObjPtr<mirror::Class> declared_class, in IsReferenceTypeRefinement() function
2185 static bool IsReferenceTypeRefinement(ObjPtr<mirror::Class> declared_class, in IsReferenceTypeRefinement() function
2190 return IsReferenceTypeRefinement( in IsReferenceTypeRefinement()
2201 if (IsReferenceTypeRefinement(resolved_method->GetDeclaringClass(), in ArgumentTypesMoreSpecific()
2221 if (IsReferenceTypeRefinement(param_cls, /*declared_can_be_null=*/ true, input)) { in ArgumentTypesMoreSpecific()
2237 if (IsReferenceTypeRefinement(invoke_rti.GetTypeHandle().Get(), in ReturnTypeMoreSpecific()