Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.h217 bool TryInlinePolymorphicCall(HInvoke* invoke_instruction,
Dinliner.cc640 return TryInlinePolymorphicCall(invoke_instruction, resolved_method, inline_cache); in TryInlineFromInlineCache()
648 return TryInlinePolymorphicCall(invoke_instruction, resolved_method, inline_cache); in TryInlineFromInlineCache()
1009 bool HInliner::TryInlinePolymorphicCall(HInvoke* invoke_instruction, in TryInlinePolymorphicCall() function in art::HInliner