Home
last modified time | relevance | path

Searched refs:OP_DLOAD (Results 1 – 6 of 6) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java188 case InstructionConstants.OP_DLOAD_3: return InstructionConstants.OP_DLOAD; in canonicalOpcode()
231 …case InstructionConstants.OP_DLOAD: opcode = (byte)(InstructionConstants.OP_DLOAD_0 + variableInde… in shrink()
DInstructionConstants.java54 public static final byte OP_DLOAD = 24; field
DInstructionFactory.java198 case InstructionConstants.OP_DLOAD: in create()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java191 new VariableInstruction(InstructionConstants.OP_DLOAD, X),
231 new VariableInstruction(InstructionConstants.OP_DLOAD, X),
320 new VariableInstruction(InstructionConstants.OP_DLOAD, X),
507 new VariableInstruction(InstructionConstants.OP_DLOAD, X),
510 new VariableInstruction(InstructionConstants.OP_DLOAD, X),
518 new VariableInstruction(InstructionConstants.OP_DLOAD, X),
521 new VariableInstruction(InstructionConstants.OP_DLOAD, X),
529 new VariableInstruction(InstructionConstants.OP_DLOAD, X),
532 new VariableInstruction(InstructionConstants.OP_DLOAD, X),
540 new VariableInstruction(InstructionConstants.OP_DLOAD, X),
[all …]
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java270 case InstructionConstants.OP_DLOAD: in visitVariableInstruction()
662 InstructionConstants.OP_DLOAD, in replaceDoublePushInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java664 case InstructionConstants.OP_DLOAD: in visitVariableInstruction()