Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.h213 bool TryInlineMonomorphicCall(HInvoke* invoke_instruction,
Dinliner.cc635 return TryInlineMonomorphicCall(invoke_instruction, resolved_method, inline_cache); in TryInlineFromInlineCache()
841 bool HInliner::TryInlineMonomorphicCall(HInvoke* invoke_instruction, in TryInlineMonomorphicCall() function in art::HInliner