Searched refs:OP_LCONST_0 (Results 1 – 7 of 7) sorted by relevance
/external/proguard/src/proguard/classfile/instruction/ |
D | SimpleInstruction.java | 123 case InstructionConstants.OP_LCONST_0: in canonicalOpcode() 124 case InstructionConstants.OP_LCONST_1: return InstructionConstants.OP_LCONST_0; in canonicalOpcode() 166 case InstructionConstants.OP_LCONST_0: in shrink() 168 opcode = (byte)(InstructionConstants.OP_LCONST_0 + constant); in shrink()
|
D | InstructionConstants.java | 39 public static final byte OP_LCONST_0 = 9; field
|
D | InstructionFactory.java | 60 case InstructionConstants.OP_LCONST_0: in create()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 660 new SimpleInstruction(InstructionConstants.OP_LCONST_0, A), 665 new SimpleInstruction(InstructionConstants.OP_LCONST_0, A), 682 new SimpleInstruction(InstructionConstants.OP_LCONST_0, A), 687 new SimpleInstruction(InstructionConstants.OP_LCONST_0, A), 879 new SimpleInstruction(InstructionConstants.OP_LCONST_0), 912 new SimpleInstruction(InstructionConstants.OP_LCONST_0), 1122 new SimpleInstruction(InstructionConstants.OP_LCONST_0), 1126 new SimpleInstruction(InstructionConstants.OP_LCONST_0), 1874 new SimpleInstruction(InstructionConstants.OP_LCONST_0), 2034 new SimpleInstruction(InstructionConstants.OP_LCONST_0), [all …]
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 102 case InstructionConstants.OP_LCONST_0: in visitSimpleInstruction()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | EvaluationSimplifier.java | 543 InstructionConstants.OP_LCONST_0, in replaceLongPushInstruction()
|
D | EvaluationShrinker.java | 1730 case Value.TYPE_LONG: return InstructionConstants.OP_LCONST_0; in pushOpcode()
|