Searched refs:OP_ILOAD (Results 1 – 8 of 8) sorted by relevance
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 398 new VariableInstruction(InstructionConstants.OP_ILOAD, X), 438 new VariableInstruction(InstructionConstants.OP_ILOAD, X), 524 new VariableInstruction(InstructionConstants.OP_ILOAD, X), 573 new VariableInstruction(InstructionConstants.OP_ILOAD, X), 576 new VariableInstruction(InstructionConstants.OP_ILOAD, X), 584 new VariableInstruction(InstructionConstants.OP_ILOAD, X), 587 new VariableInstruction(InstructionConstants.OP_ILOAD, X), 595 new VariableInstruction(InstructionConstants.OP_ILOAD, X), 598 new VariableInstruction(InstructionConstants.OP_ILOAD, X), 606 new VariableInstruction(InstructionConstants.OP_ILOAD, X), [all …]
|
/external/proguard/src/proguard/classfile/instruction/ |
D | VariableInstruction.java | 176 case InstructionConstants.OP_ILOAD_3: return InstructionConstants.OP_ILOAD; in canonicalOpcode() 228 …case InstructionConstants.OP_ILOAD: opcode = (byte)(InstructionConstants.OP_ILOAD_0 + variableInde… in shrink()
|
D | InstructionConstants.java | 51 public static final byte OP_ILOAD = 21; field
|
D | InstructionFactory.java | 196 case InstructionConstants.OP_ILOAD: in create()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | EvaluationSimplifier.java | 248 case InstructionConstants.OP_ILOAD: in visitVariableInstruction() 499 InstructionConstants.OP_ILOAD, in replaceIntegerPushInstruction()
|
D | SimpleEnumUseSimplifier.java | 211 new VariableInstruction(InstructionConstants.OP_ILOAD, in visitVariableInstruction()
|
/external/proguard/src/proguard/classfile/editor/ |
D | CodeAttributeComposer.java | 945 composer.appendInstruction(1, new VariableInstruction(InstructionConstants.OP_ILOAD, 0)); in main()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 657 case InstructionConstants.OP_ILOAD: in visitVariableInstruction()
|