Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java118 case InstructionConstants.OP_LSTORE_2: in embeddedVariable()
200 case InstructionConstants.OP_LSTORE_2: in canonicalOpcode()
DInstructionConstants.java95 public static final byte OP_LSTORE_2 = 65; field
DInstructionFactory.java233 case InstructionConstants.OP_LSTORE_2: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java708 case InstructionConstants.OP_LSTORE_2: in visitVariableInstruction()