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 | 198 case InstructionConstants.OP_DLOAD: in create()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 191 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/ |
D | EvaluationSimplifier.java | 270 case InstructionConstants.OP_DLOAD: in visitVariableInstruction() 662 InstructionConstants.OP_DLOAD, in replaceDoublePushInstruction()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 664 case InstructionConstants.OP_DLOAD: in visitVariableInstruction()
|