Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java124 case InstructionConstants.OP_LLOAD_3: in embeddedVariable()
180 case InstructionConstants.OP_LLOAD_3: return InstructionConstants.OP_LLOAD; in canonicalOpcode()
DInstructionConstants.java63 public static final byte OP_LLOAD_3 = 33; field
DInstructionFactory.java208 case InstructionConstants.OP_LLOAD_3: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java669 case InstructionConstants.OP_LLOAD_3: in visitVariableInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java260 case InstructionConstants.OP_LLOAD_3: in visitVariableInstruction()