Home
last modified time | relevance | path

Searched refs:OP_LDC2_W (Results 1 – 5 of 5) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java671 new ConstantInstruction(InstructionConstants.OP_LDC2_W, A),
676 new ConstantInstruction(InstructionConstants.OP_LDC2_W, A),
748 new ConstantInstruction(InstructionConstants.OP_LDC2_W, A),
753 new ConstantInstruction(InstructionConstants.OP_LDC2_W, A),
770 new ConstantInstruction(InstructionConstants.OP_LDC2_W, A),
775 new ConstantInstruction(InstructionConstants.OP_LDC2_W, A),
1114 new ConstantInstruction(InstructionConstants.OP_LDC2_W, L_M1),
1139 new ConstantInstruction(InstructionConstants.OP_LDC2_W, L_2),
1148 new ConstantInstruction(InstructionConstants.OP_LDC2_W, L_4),
1157 new ConstantInstruction(InstructionConstants.OP_LDC2_W, L_8),
[all …]
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java50 public static final byte OP_LDC2_W = 20; field
DInstructionFactory.java174 case InstructionConstants.OP_LDC2_W: in create()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java552 new ConstantInstruction(InstructionConstants.OP_LDC2_W, in replaceLongPushInstruction()
696 new ConstantInstruction(InstructionConstants.OP_LDC2_W, in replaceDoublePushInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java578 case InstructionConstants.OP_LDC2_W: in visitConstantInstruction()