Lines Matching defs:resolved_method
213 static ArtMethod* FindVirtualOrInterfaceTarget(HInvoke* invoke, ArtMethod* resolved_method) in FindVirtualOrInterfaceTarget()
377 ArtMethod* HInliner::TryCHADevirtualization(ArtMethod* resolved_method) { in TryCHADevirtualization()
481 ArtMethod* resolved_method = invoke_instruction->GetResolvedMethod(); in TryInline() local
589 ArtMethod* resolved_method) in TryInlineFromInlineCache()
809 ArtMethod* resolved_method, in ResolveMethodFromInlineCache()
835 ArtMethod* resolved_method, in TryInlineMonomorphicCall()
996 ArtMethod* resolved_method, in TryInlinePolymorphicCall()
1172 ArtMethod* resolved_method, in TryInlinePolymorphicCallToSameTarget()
1555 ArtMethod* resolved_method, in TryPatternSubstitution()
1760 ArtMethod* resolved_method, in TryBuildAndInlineHelper()
2124 bool HInliner::ArgumentTypesMoreSpecific(HInvoke* invoke_instruction, ArtMethod* resolved_method) { in ArgumentTypesMoreSpecific()
2185 void HInliner::FixUpReturnReferenceType(ArtMethod* resolved_method, in FixUpReturnReferenceType()