Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DIRBuilder.java230 private boolean[] processedInstructions = null; field in IRBuilder
319 processedInstructions = new boolean[source.instructionCount()]; in build()
348 processedInstructions = null; in build()
1651 if (index < processedInstructions.length) {
1652 return processedInstructions[index];
1660 if (index < processedInstructions.length) {
1661 processedInstructions[index] = true;