Searched refs:OP_LLOAD (Results 1 – 6 of 6) sorted by relevance
/external/proguard/src/proguard/classfile/instruction/ |
D | VariableInstruction.java | 180 case InstructionConstants.OP_LLOAD_3: return InstructionConstants.OP_LLOAD; in canonicalOpcode() 229 …case InstructionConstants.OP_LLOAD: opcode = (byte)(InstructionConstants.OP_LLOAD_0 + variableInde… in shrink()
|
D | InstructionConstants.java | 52 public static final byte OP_LLOAD = 22; field
|
D | InstructionFactory.java | 197 case InstructionConstants.OP_LLOAD: in create()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 406 new VariableInstruction(InstructionConstants.OP_LLOAD, X), 446 new VariableInstruction(InstructionConstants.OP_LLOAD, X), 533 new VariableInstruction(InstructionConstants.OP_LLOAD, X), 661 new VariableInstruction(InstructionConstants.OP_LLOAD, X), 664 new VariableInstruction(InstructionConstants.OP_LLOAD, X), 672 new VariableInstruction(InstructionConstants.OP_LLOAD, X), 675 new VariableInstruction(InstructionConstants.OP_LLOAD, X), 683 new VariableInstruction(InstructionConstants.OP_LLOAD, X), 686 new VariableInstruction(InstructionConstants.OP_LLOAD, X), 3813 new VariableInstruction(InstructionConstants.OP_LLOAD, B), [all …]
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | EvaluationSimplifier.java | 256 case InstructionConstants.OP_LLOAD: in visitVariableInstruction() 572 InstructionConstants.OP_LLOAD, in replaceLongPushInstruction()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 665 case InstructionConstants.OP_LLOAD: in visitVariableInstruction()
|