Searched refs:postInstruction (Results 1 – 1 of 1) sorted by relevance
701 Instruction postInstruction = postInsertions[oldOffset]; in mapInstruction() local702 if (postInstruction != null) in mapInstruction()704 newOffset += postInstruction.length(newOffset); in mapInstruction()797 Instruction postInstruction = postInsertions[oldOffset]; in moveInstruction() local798 if (postInstruction != null) in moveInstruction()802 … System.out.println(" Post-inserted ["+oldOffset+"] -> "+postInstruction.toString(newOffset)); in moveInstruction()806 postInstruction.accept(clazz, method, codeAttribute, oldOffset, this); in moveInstruction()