Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java127 case InstructionConstants.OP_ALOAD_3: in embeddedVariable()
192 case InstructionConstants.OP_ALOAD_3: return InstructionConstants.OP_ALOAD; in canonicalOpcode()
329 opcode <= InstructionConstants.OP_ALOAD_3) || in variableIndexSize()
DInstructionConstants.java75 public static final byte OP_ALOAD_3 = 45; field
DInstructionFactory.java220 case InstructionConstants.OP_ALOAD_3: in create()
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseSimplifier.java203 case InstructionConstants.OP_ALOAD_3: in visitVariableInstruction()
DEvaluationSimplifier.java284 case InstructionConstants.OP_ALOAD_3: in visitVariableInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java693 case InstructionConstants.OP_ALOAD_3: in visitVariableInstruction()