Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DDexBuilder.java203 int previousInstructionCount = dexInstructions.size(); in build() local
206 if (previousInstructionCount < dexInstructions.size()) { in build()
207 while (previousInstructionCount < dexInstructions.size()) { in build()
208 Instruction instruction = dexInstructions.get(previousInstructionCount++); in build()