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