HomeSort by relevance Sort by last modified time
    Searched refs:TryInlinePolymorphicCall (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
inliner.h 174 bool TryInlinePolymorphicCall(HInvoke* invoke_instruction,
inliner.cc 599 return TryInlinePolymorphicCall(invoke_instruction, resolved_method, inline_cache);
607 return TryInlinePolymorphicCall(invoke_instruction, resolved_method, inline_cache);
    [all...]

Completed in 130 milliseconds