Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java180 case InstructionConstants.OP_LLOAD_3: return InstructionConstants.OP_LLOAD; in canonicalOpcode()
229 …case InstructionConstants.OP_LLOAD: opcode = (byte)(InstructionConstants.OP_LLOAD_0 + variableInde… in shrink()
DInstructionConstants.java52 public static final byte OP_LLOAD = 22; field
DInstructionFactory.java197 case InstructionConstants.OP_LLOAD: in create()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java406 new VariableInstruction(InstructionConstants.OP_LLOAD, X),
446 new VariableInstruction(InstructionConstants.OP_LLOAD, X),
533 new VariableInstruction(InstructionConstants.OP_LLOAD, X),
661 new VariableInstruction(InstructionConstants.OP_LLOAD, X),
664 new VariableInstruction(InstructionConstants.OP_LLOAD, X),
672 new VariableInstruction(InstructionConstants.OP_LLOAD, X),
675 new VariableInstruction(InstructionConstants.OP_LLOAD, X),
683 new VariableInstruction(InstructionConstants.OP_LLOAD, X),
686 new VariableInstruction(InstructionConstants.OP_LLOAD, X),
3813 new VariableInstruction(InstructionConstants.OP_LLOAD, B),
[all …]
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java256 case InstructionConstants.OP_LLOAD: in visitVariableInstruction()
572 InstructionConstants.OP_LLOAD, in replaceLongPushInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java665 case InstructionConstants.OP_LLOAD: in visitVariableInstruction()