Searched refs:TryInlinePolymorphicCall (Results 1 – 2 of 2) sorted by relevance
203 bool TryInlinePolymorphicCall(HInvoke* invoke_instruction,
584 return TryInlinePolymorphicCall(invoke_instruction, classes); in TryInlineFromInlineCache()592 return TryInlinePolymorphicCall(invoke_instruction, classes); in TryInlineFromInlineCache()908 bool HInliner::TryInlinePolymorphicCall( in TryInlinePolymorphicCall() function in art::HInliner