Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.h171 bool TryInlinePolymorphicCall(HInvoke* invoke_instruction,
Dinliner.cc624 return TryInlinePolymorphicCall(invoke_instruction, resolved_method, inline_cache); in TryInlineFromInlineCache()
632 return TryInlinePolymorphicCall(invoke_instruction, resolved_method, inline_cache); in TryInlineFromInlineCache()
995 bool HInliner::TryInlinePolymorphicCall(HInvoke* invoke_instruction, in TryInlinePolymorphicCall() function in art::HInliner