Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java102 case InstructionConstants.OP_LLOAD_1: in embeddedVariable()
178 case InstructionConstants.OP_LLOAD_1: in canonicalOpcode()
DInstructionConstants.java61 public static final byte OP_LLOAD_1 = 31; field
DInstructionFactory.java205 case InstructionConstants.OP_LLOAD_1: in create()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java256 case InstructionConstants.OP_LLOAD_1: in visitVariableInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java650 case InstructionConstants.OP_LLOAD_1: in visitVariableInstruction()