Home
last modified time | relevance | path

Searched defs:replacementInstructions (Results 1 – 3 of 3) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceReplacer.java87 private final Instruction[] replacementInstructions; field in InstructionSequenceReplacer
109 Instruction[] replacementInstructions, in InstructionSequenceReplacer()
136 Instruction[] replacementInstructions, in InstructionSequenceReplacer()
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseSimplifier.java588 Instruction[] replacementInstructions = new Instruction[] in replaceSupportedMethod() local
608 Instruction[] replacementInstructions) in replaceInstructions()
DEvaluationShrinker.java1005 Instruction[] replacementInstructions = new Instruction[4]; in visitSimpleInstruction() local