Searched refs:OP_ALOAD (Results 1 – 6 of 6) sorted by relevance
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 199 new VariableInstruction(InstructionConstants.OP_ALOAD, X), 239 new VariableInstruction(InstructionConstants.OP_ALOAD, X), 329 new VariableInstruction(InstructionConstants.OP_ALOAD, X), 2135 new VariableInstruction(InstructionConstants.OP_ALOAD, X), 2136 new VariableInstruction(InstructionConstants.OP_ALOAD, X), 2590 new VariableInstruction(InstructionConstants.OP_ALOAD, Y), 2594 new VariableInstruction(InstructionConstants.OP_ALOAD, Y), 2630 new VariableInstruction(InstructionConstants.OP_ALOAD, Y), 2634 new VariableInstruction(InstructionConstants.OP_ALOAD, Y), 2698 new VariableInstruction(InstructionConstants.OP_ALOAD, Y), [all …]
|
/external/proguard/src/proguard/classfile/instruction/ |
D | VariableInstruction.java | 192 case InstructionConstants.OP_ALOAD_3: return InstructionConstants.OP_ALOAD; in canonicalOpcode() 232 …case InstructionConstants.OP_ALOAD: opcode = (byte)(InstructionConstants.OP_ALOAD_0 + variableInde… in shrink()
|
D | InstructionConstants.java | 55 public static final byte OP_ALOAD = 25; field
|
D | InstructionFactory.java | 199 case InstructionConstants.OP_ALOAD: in create()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | EvaluationSimplifier.java | 278 case InstructionConstants.OP_ALOAD: in visitVariableInstruction()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 672 case InstructionConstants.OP_ALOAD: in visitVariableInstruction()
|