Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DOutliner.java610 int nonConstInstructions = 0; in candidate() local
613 nonConstInstructions++; in candidate()
616 if (nonConstInstructions < options.outline.minSize) { in candidate()