Lines Matching defs:resolved_method
186 static ArtMethod* FindVirtualOrInterfaceTarget(HInvoke* invoke, ArtMethod* resolved_method) in FindVirtualOrInterfaceTarget()
350 ArtMethod* HInliner::TryCHADevirtualization(ArtMethod* resolved_method) { in TryCHADevirtualization()
395 ArtMethod* resolved_method = invoke_instruction->GetResolvedMethod(); in TryInline() local
494 ArtMethod* resolved_method) in TryInlineFromInlineCache()
712 ArtMethod* resolved_method, in ResolveMethodFromInlineCache()
738 ArtMethod* resolved_method, in TryInlineMonomorphicCall()
899 ArtMethod* resolved_method, in TryInlinePolymorphicCall()
1075 ArtMethod* resolved_method, in TryInlinePolymorphicCallToSameTarget()
1406 ArtMethod* resolved_method, in TryPatternSubstitution()
1590 ArtMethod* resolved_method, in TryBuildAndInlineHelper()
1941 bool HInliner::ArgumentTypesMoreSpecific(HInvoke* invoke_instruction, ArtMethod* resolved_method) { in ArgumentTypesMoreSpecific()
2004 void HInliner::FixUpReturnReferenceType(ArtMethod* resolved_method, in FixUpReturnReferenceType()