Home
last modified time | relevance | path

Searched refs:OP_LSTORE (Results 1 – 7 of 7) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java201 case InstructionConstants.OP_LSTORE_3: return InstructionConstants.OP_LSTORE; in canonicalOpcode()
235 …case InstructionConstants.OP_LSTORE: opcode = (byte)(InstructionConstants.OP_LSTORE_0 + variableIn… in shrink()
DInstructionConstants.java85 public static final byte OP_LSTORE = 55; field
DInstructionFactory.java223 case InstructionConstants.OP_LSTORE: in create()
/external/proguard/src/proguard/optimize/
DTailRecursionSimplifier.java325 opcode = InstructionConstants.OP_LSTORE; in storeParameters()
/external/proguard/src/proguard/optimize/peephole/
DMethodInliner.java301 opcode = InstructionConstants.OP_LSTORE; in storeParameters()
DInstructionSequenceConstants.java447 new VariableInstruction(InstructionConstants.OP_LSTORE, X),
487 new VariableInstruction(InstructionConstants.OP_LSTORE, X),
488 new VariableInstruction(InstructionConstants.OP_LSTORE, X),
491 new VariableInstruction(InstructionConstants.OP_LSTORE, X),
532 new VariableInstruction(InstructionConstants.OP_LSTORE, X),
536 new VariableInstruction(InstructionConstants.OP_LSTORE, X),
/external/proguard/src/proguard/evaluation/
DProcessor.java705 case InstructionConstants.OP_LSTORE: in visitVariableInstruction()