Searched refs:replacementInstructions (Results 1 – 4 of 4) sorted by relevance
87 private final Instruction[] replacementInstructions; field in InstructionSequenceReplacer109 Instruction[] replacementInstructions, in InstructionSequenceReplacer() argument115 replacementInstructions, in InstructionSequenceReplacer()136 Instruction[] replacementInstructions, in InstructionSequenceReplacer() argument143 this.replacementInstructions = replacementInstructions; in InstructionSequenceReplacer()180 for (int index = 0; index < replacementInstructions.length; index++) in visitAnyInstruction()188 for (int index = 0; index < replacementInstructions.length; index++) in visitAnyInstruction()195 …for (int index = replacementInstructions.length; index < instructionSequenceMatcher.instructionCou… in visitAnyInstruction()250 replacementInstructions[index].accept(clazz, in create()
588 Instruction[] replacementInstructions = new Instruction[] in replaceSupportedMethod() local597 replacementInstructions); in replaceSupportedMethod()608 Instruction[] replacementInstructions) in replaceInstructions() argument610 …n(" Replacing instruction "+instruction.toString(offset)+" -> "+replacementInstructions.length+" … in replaceInstructions()612 codeAttributeEditor.replaceInstruction(offset, replacementInstructions); in replaceInstructions()
1005 Instruction[] replacementInstructions = new Instruction[4]; in visitSimpleInstruction() local1012 replacementInstructions[count++] = replacementInstruction; in visitSimpleInstruction()1022 System.arraycopy(replacementInstructions, 0, newInstructions, 0, count); in visitSimpleInstruction()1023 replacementInstructions = newInstructions; in visitSimpleInstruction()1027 replacementInstructions); in visitSimpleInstruction()
META-INF/ META-INF/MANIFEST.MF proguard/ proguard/FileWordReader.class FileWordReader ...