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.java206 case InstructionConstants.OP_LLOAD_1: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java667 case InstructionConstants.OP_LLOAD_1: in visitVariableInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java258 case InstructionConstants.OP_LLOAD_1: in visitVariableInstruction()