Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java177 case InstructionConstants.OP_LLOAD_0: in canonicalOpcode()
229 …case InstructionConstants.OP_LLOAD: opcode = (byte)(InstructionConstants.OP_LLOAD_0 + variableInde… in shrink()
DInstructionConstants.java60 public static final byte OP_LLOAD_0 = 30; field
DInstructionFactory.java204 case InstructionConstants.OP_LLOAD_0: in create()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java255 case InstructionConstants.OP_LLOAD_0: in visitVariableInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java649 case InstructionConstants.OP_LLOAD_0: in visitVariableInstruction()