Home
last modified time | relevance | path

Searched refs:STRING_A_STRING (Results 1 – 2 of 2) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java54 private static final int STRING_A_STRING = InstructionSequenceReplacer.STRING_A_STRING; field in InstructionSequenceConstants
4002 … new ConstantInstruction(InstructionConstants.OP_LDC, STRING_A_STRING | BOOLEAN_B_STRING),
4013 … new ConstantInstruction(InstructionConstants.OP_LDC, STRING_A_STRING | CHAR_B_STRING),
4024 … new ConstantInstruction(InstructionConstants.OP_LDC, STRING_A_STRING | CHAR_B_STRING),
4035 … new ConstantInstruction(InstructionConstants.OP_LDC, STRING_A_STRING | INT_B_STRING),
4046 … new ConstantInstruction(InstructionConstants.OP_LDC, STRING_A_STRING | INT_B_STRING),
4057 … new ConstantInstruction(InstructionConstants.OP_LDC, STRING_A_STRING | LONG_B_STRING),
4068 … new ConstantInstruction(InstructionConstants.OP_LDC, STRING_A_STRING | LONG_B_STRING),
4079 … new ConstantInstruction(InstructionConstants.OP_LDC, STRING_A_STRING | FLOAT_B_STRING),
4090 … new ConstantInstruction(InstructionConstants.OP_LDC, STRING_A_STRING | FLOAT_B_STRING),
[all …]
DInstructionSequenceReplacer.java75 public static final int STRING_A_STRING = 0x20000007; field in InstructionSequenceReplacer
347 constantIndex <= (STRING_A_STRING | STRING_B_STRING)) in matchedConstantIndex()