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.java199 case InstructionConstants.OP_DLOAD: in create()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java422 new VariableInstruction(InstructionConstants.OP_DLOAD, X),
462 new VariableInstruction(InstructionConstants.OP_DLOAD, X),
551 new VariableInstruction(InstructionConstants.OP_DLOAD, X),
738 new VariableInstruction(InstructionConstants.OP_DLOAD, X),
741 new VariableInstruction(InstructionConstants.OP_DLOAD, X),
749 new VariableInstruction(InstructionConstants.OP_DLOAD, X),
752 new VariableInstruction(InstructionConstants.OP_DLOAD, X),
760 new VariableInstruction(InstructionConstants.OP_DLOAD, X),
763 new VariableInstruction(InstructionConstants.OP_DLOAD, X),
771 new VariableInstruction(InstructionConstants.OP_DLOAD, X),
[all …]
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java272 case InstructionConstants.OP_DLOAD: in visitVariableInstruction()
716 InstructionConstants.OP_DLOAD, in replaceDoublePushInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java681 case InstructionConstants.OP_DLOAD: in visitVariableInstruction()