Searched refs:newInstructions (Results 1 – 2 of 2) sorted by relevance
860 LinkedList<Instruction> newInstructions = new LinkedList<>(); in removeInstructions() local864 newInstructions.addAll(instructions.subList(nextIndex, index)); in removeInstructions()869 newInstructions.addAll(instructions.subList(nextIndex, instructions.size())); in removeInstructions()871 assert instructions.size() == newInstructions.size() + toRemove.size(); in removeInstructions()872 setInstructions(newInstructions); in removeInstructions()
1021 Instruction[] newInstructions = new Instruction[count]; in visitSimpleInstruction() local1022 System.arraycopy(replacementInstructions, 0, newInstructions, 0, count); in visitSimpleInstruction()1023 replacementInstructions = newInstructions; in visitSimpleInstruction()