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.java837 short[] newInstructions = instructionTransformer.transform(indexMap, instructions); in transformCode() local
838 codeOut.writeInt(newInstructions.length); in transformCode()
839 codeOut.write(newInstructions); in transformCode()
842 if (newInstructions.length % 2 == 1) { in transformCode()