Home
last modified time | relevance | path

Searched refs:OP_LLOAD_2 (Results 1 – 5 of 5) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java113 case InstructionConstants.OP_LLOAD_2: in embeddedVariable()
179 case InstructionConstants.OP_LLOAD_2: in canonicalOpcode()
DInstructionConstants.java62 public static final byte OP_LLOAD_2 = 32; field
DInstructionFactory.java207 case InstructionConstants.OP_LLOAD_2: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java668 case InstructionConstants.OP_LLOAD_2: in visitVariableInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java259 case InstructionConstants.OP_LLOAD_2: in visitVariableInstruction()