Searched refs:OP_DUP (Results 1 - 8 of 8) sorted by relevance

/external/proguard/src/proguard/classfile/util/
H A DDynamicMemberReferenceInitializer.java186 // new SimpleInstruction(InstructionConstants.OP_DUP),
199 // new SimpleInstruction(InstructionConstants.OP_DUP),
203 // new SimpleInstruction(InstructionConstants.OP_DUP),
227 new SimpleInstruction(InstructionConstants.OP_DUP),
241 new SimpleInstruction(InstructionConstants.OP_DUP),
245 new SimpleInstruction(InstructionConstants.OP_DUP),
290 new SimpleInstruction(InstructionConstants.OP_DUP),
302 new SimpleInstruction(InstructionConstants.OP_DUP),
306 new SimpleInstruction(InstructionConstants.OP_DUP),
328 new SimpleInstruction(InstructionConstants.OP_DUP),
[all...]
/external/proguard/src/proguard/optimize/peephole/
H A DInstructionSequenceConstants.java526 new SimpleInstruction(InstructionConstants.OP_DUP),
544 new SimpleInstruction(InstructionConstants.OP_DUP),
562 new SimpleInstruction(InstructionConstants.OP_DUP),
2526 new SimpleInstruction(InstructionConstants.OP_DUP),
3698 new SimpleInstruction(InstructionConstants.OP_DUP),
3709 new SimpleInstruction(InstructionConstants.OP_DUP),
3720 new SimpleInstruction(InstructionConstants.OP_DUP),
3749 new SimpleInstruction(InstructionConstants.OP_DUP),
3760 new SimpleInstruction(InstructionConstants.OP_DUP),
3771 new SimpleInstruction(InstructionConstants.OP_DUP),
[all...]
/external/proguard/src/proguard/classfile/instruction/
H A DInstructionConstants.java119 public static final byte OP_DUP = 89; field in interface:InstructionConstants
H A DInstructionFactory.java90 case InstructionConstants.OP_DUP:
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java61 private static final int DUP = InstructionConstants.OP_DUP & 0xff;
597 case InstructionConstants.OP_DUP:
1032 case InstructionConstants.OP_DUP: return fixedDup (instructionOffset, topBefore, topAfter);
1849 return instruction.opcode >= InstructionConstants.OP_DUP &&
/external/proguard/src/proguard/preverify/
H A DCodePreverifier.java620 return opcode >= InstructionConstants.OP_DUP &&
/external/proguard/src/proguard/evaluation/
H A DProcessor.java189 case InstructionConstants.OP_DUP:
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 85 milliseconds