Searched refs:OP_DLOAD (Results 1 – 6 of 6) sorted by relevance
/external/proguard/src/proguard/classfile/instruction/ |
D | VariableInstruction.java | 188 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()
|
D | InstructionConstants.java | 54 public static final byte OP_DLOAD = 24; field
|
D | InstructionFactory.java | 199 case InstructionConstants.OP_DLOAD: in create()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 422 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/ |
D | EvaluationSimplifier.java | 272 case InstructionConstants.OP_DLOAD: in visitVariableInstruction() 716 InstructionConstants.OP_DLOAD, in replaceDoublePushInstruction()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 681 case InstructionConstants.OP_DLOAD: in visitVariableInstruction()
|