Home
last modified time | relevance | path

Searched refs:OP_LSTORE_0 (Results 1 – 4 of 4) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java198 case InstructionConstants.OP_LSTORE_0: in canonicalOpcode()
235 …e InstructionConstants.OP_LSTORE: opcode = (byte)(InstructionConstants.OP_LSTORE_0 + variableIndex… in shrink()
DInstructionConstants.java93 public static final byte OP_LSTORE_0 = 63; field
DInstructionFactory.java230 case InstructionConstants.OP_LSTORE_0: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java689 case InstructionConstants.OP_LSTORE_0: in visitVariableInstruction()