Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java906 short[] newInstructions = instructionTransformer.transform(indexMap, instructions); in transformCode() local
907 codeOut.writeInt(newInstructions.length); in transformCode()
908 codeOut.write(newInstructions); in transformCode()
911 if (newInstructions.length % 2 == 1) { in transformCode()