Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.h219 bool TryInlinePolymorphicCall(HInvoke* invoke_instruction,
Dinliner.cc633 return TryInlinePolymorphicCall(invoke_instruction, resolved_method, inline_cache); in TryInlineFromInlineCache()
641 return TryInlinePolymorphicCall(invoke_instruction, resolved_method, inline_cache); in TryInlineFromInlineCache()
1002 bool HInliner::TryInlinePolymorphicCall(HInvoke* invoke_instruction, in TryInlinePolymorphicCall() function in art::HInliner