Searched refs:OP_LSTORE (Results 1 – 7 of 7) sorted by relevance
/external/proguard/src/proguard/classfile/instruction/ |
D | VariableInstruction.java | 201 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()
|
D | InstructionConstants.java | 85 public static final byte OP_LSTORE = 55; field
|
D | InstructionFactory.java | 223 case InstructionConstants.OP_LSTORE: in create()
|
/external/proguard/src/proguard/optimize/ |
D | TailRecursionSimplifier.java | 325 opcode = InstructionConstants.OP_LSTORE; in storeParameters()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | MethodInliner.java | 301 opcode = InstructionConstants.OP_LSTORE; in storeParameters()
|
D | InstructionSequenceConstants.java | 447 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/ |
D | Processor.java | 705 case InstructionConstants.OP_LSTORE: in visitVariableInstruction()
|