Searched refs:OP_ALOAD (Results 1 – 7 of 7) sorted by relevance
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 430 new VariableInstruction(InstructionConstants.OP_ALOAD, X), 470 new VariableInstruction(InstructionConstants.OP_ALOAD, X), 560 new VariableInstruction(InstructionConstants.OP_ALOAD, X), 2370 new VariableInstruction(InstructionConstants.OP_ALOAD, X), 2371 new VariableInstruction(InstructionConstants.OP_ALOAD, X), 2825 new VariableInstruction(InstructionConstants.OP_ALOAD, Y), 2829 new VariableInstruction(InstructionConstants.OP_ALOAD, Y), 2865 new VariableInstruction(InstructionConstants.OP_ALOAD, Y), 2869 new VariableInstruction(InstructionConstants.OP_ALOAD, Y), 2933 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 | 200 case InstructionConstants.OP_ALOAD: in create()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | SimpleEnumUseSimplifier.java | 199 case InstructionConstants.OP_ALOAD: in visitVariableInstruction()
|
D | EvaluationSimplifier.java | 280 case InstructionConstants.OP_ALOAD: in visitVariableInstruction()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 689 case InstructionConstants.OP_ALOAD: in visitVariableInstruction()
|