Home
last modified time | relevance | path

Searched refs:OP_ILOAD (Results 1 – 8 of 8) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java398 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/
DVariableInstruction.java176 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()
DInstructionConstants.java51 public static final byte OP_ILOAD = 21; field
DInstructionFactory.java196 case InstructionConstants.OP_ILOAD: in create()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java248 case InstructionConstants.OP_ILOAD: in visitVariableInstruction()
499 InstructionConstants.OP_ILOAD, in replaceIntegerPushInstruction()
DSimpleEnumUseSimplifier.java211 new VariableInstruction(InstructionConstants.OP_ILOAD, in visitVariableInstruction()
/external/proguard/src/proguard/classfile/editor/
DCodeAttributeComposer.java945 composer.appendInstruction(1, new VariableInstruction(InstructionConstants.OP_ILOAD, 0)); in main()
/external/proguard/src/proguard/evaluation/
DProcessor.java657 case InstructionConstants.OP_ILOAD: in visitVariableInstruction()