Searched refs:OP_ALOAD_0 (Results 1 - 9 of 9) sorted by relevance

/external/proguard/src/proguard/classfile/util/
H A DDynamicClassReferenceInitializer.java151 new VariableInstruction(InstructionConstants.OP_ALOAD_0),
159 new VariableInstruction(InstructionConstants.OP_ALOAD_0),
170 new VariableInstruction(InstructionConstants.OP_ALOAD_0),
/external/proguard/src/proguard/classfile/instruction/
H A DInstructionConstants.java72 public static final byte OP_ALOAD_0 = 42; field in interface:InstructionConstants
H A DVariableInstruction.java189 case InstructionConstants.OP_ALOAD_0:
232 case InstructionConstants.OP_ALOAD: opcode = (byte)(InstructionConstants.OP_ALOAD_0 + variableIndex); break;
H A DInstructionFactory.java217 case InstructionConstants.OP_ALOAD_0:
/external/proguard/src/proguard/preverify/
H A DCodePreverifier.java457 codeAttribute.code[producerOffset] == InstructionConstants.OP_ALOAD_0))
/external/proguard/src/proguard/optimize/evaluation/
H A DSimpleEnumUseSimplifier.java200 case InstructionConstants.OP_ALOAD_0:
H A DEvaluationSimplifier.java281 case InstructionConstants.OP_ALOAD_0:
/external/proguard/src/proguard/evaluation/
H A DProcessor.java690 case InstructionConstants.OP_ALOAD_0:
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ...

Completed in 630 milliseconds