Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceReplacer.java87 private final Instruction[] replacementInstructions; field in InstructionSequenceReplacer
109 Instruction[] replacementInstructions, in InstructionSequenceReplacer() argument
115 replacementInstructions, in InstructionSequenceReplacer()
136 Instruction[] replacementInstructions, in InstructionSequenceReplacer() argument
143 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()
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseSimplifier.java588 Instruction[] replacementInstructions = new Instruction[] in replaceSupportedMethod() local
597 replacementInstructions); in replaceSupportedMethod()
608 Instruction[] replacementInstructions) in replaceInstructions() argument
610 …n(" Replacing instruction "+instruction.toString(offset)+" -> "+replacementInstructions.length+" … in replaceInstructions()
612 codeAttributeEditor.replaceInstruction(offset, replacementInstructions); in replaceInstructions()
DEvaluationShrinker.java1005 Instruction[] replacementInstructions = new Instruction[4]; in visitSimpleInstruction() local
1012 replacementInstructions[count++] = replacementInstruction; in visitSimpleInstruction()
1022 System.arraycopy(replacementInstructions, 0, newInstructions, 0, count); in visitSimpleInstruction()
1023 replacementInstructions = newInstructions; in visitSimpleInstruction()
1027 replacementInstructions); in visitSimpleInstruction()
/external/proguard/lib/
Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/FileWordReader.class FileWordReader ...