Home
last modified time | relevance | path

Searched refs:OP_ALOAD_2 (Results 1 – 6 of 6) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java116 case InstructionConstants.OP_ALOAD_2: in embeddedVariable()
191 case InstructionConstants.OP_ALOAD_2: in canonicalOpcode()
DInstructionConstants.java74 public static final byte OP_ALOAD_2 = 44; field
DInstructionFactory.java219 case InstructionConstants.OP_ALOAD_2: in create()
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseSimplifier.java202 case InstructionConstants.OP_ALOAD_2: in visitVariableInstruction()
DEvaluationSimplifier.java283 case InstructionConstants.OP_ALOAD_2: in visitVariableInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java692 case InstructionConstants.OP_ALOAD_2: in visitVariableInstruction()