Home
last modified time | relevance | path

Searched refs:postInstruction (Results 1 – 1 of 1) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
DCodeAttributeEditor.java701 Instruction postInstruction = postInsertions[oldOffset]; in mapInstruction() local
702 if (postInstruction != null) in mapInstruction()
704 newOffset += postInstruction.length(newOffset); in mapInstruction()
797 Instruction postInstruction = postInsertions[oldOffset]; in moveInstruction() local
798 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()