Searched refs:newInstructions (Results 1 – 1 of 1) sorted by relevance
906 short[] newInstructions = instructionTransformer.transform(indexMap, instructions); in transformCode() local907 codeOut.writeInt(newInstructions.length); in transformCode()908 codeOut.write(newInstructions); in transformCode()911 if (newInstructions.length % 2 == 1) { in transformCode()