Searched refs:OP_DUP_X2 (Results 1 - 5 of 5) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
H A DInstructionConstants.java121 public static final byte OP_DUP_X2 = 91; field in interface:InstructionConstants
H A DInstructionFactory.java92 case InstructionConstants.OP_DUP_X2:
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java63 private static final int DUP_X2 = InstructionConstants.OP_DUP_X2 & 0xff;
606 case InstructionConstants.OP_DUP_X2:
1034 case InstructionConstants.OP_DUP_X2: return fixedDup_x2 (instructionOffset, topBefore, topAfter);
/external/proguard/src/proguard/evaluation/
H A DProcessor.java197 case InstructionConstants.OP_DUP_X2:
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 202 milliseconds