Home
last modified time | relevance | path

Searched refs:OP_ALOAD_3 (Results 1 – 5 of 5) 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.java219 case InstructionConstants.OP_ALOAD_3: in create()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java282 case InstructionConstants.OP_ALOAD_3: in visitVariableInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java676 case InstructionConstants.OP_ALOAD_3: in visitVariableInstruction()