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

  /art/compiler/optimizing/
inliner.h 74 bool TryInline(HInvoke* invoke_instruction);
inliner.cc 181 if (TryInline(call)) {
191 if (TryInline(call)) {
468 bool HInliner::TryInline(HInvoke* invoke_instruction) {
    [all...]

Completed in 226 milliseconds