Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.h219 bool TryInlineMonomorphicCall(HInvoke* invoke_instruction,
Dinliner.cc661 return TryInlineMonomorphicCall(invoke_instruction, classes); in TryInlineFromInlineCache()
853 bool HInliner::TryInlineMonomorphicCall( in TryInlineMonomorphicCall() function in art::HInliner