Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DInliningOracle.java100 return Reason.DUAL_CALLER; in computeInliningReason()
178 if ((reason == Reason.DUAL_CALLER) && (inliner.doubleInlining(method, target) == null)) { in computeForInvokeWithReceiver()
246 if ((reason == Reason.DUAL_CALLER) && (inliner.doubleInlining(method, candidate) == null)) { in computeForInvokeStatic()
DInliner.java155 DUAL_CALLER, // Inlinee has precisely two callers. enumConstant