Searched refs:OP_LDC (Results 1 – 13 of 13) sorted by relevance
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 605 new ConstantInstruction(InstructionConstants.OP_LDC, A), 610 new ConstantInstruction(InstructionConstants.OP_LDC, A), 649 new ConstantInstruction(InstructionConstants.OP_LDC, A), 654 new ConstantInstruction(InstructionConstants.OP_LDC, A), 704 new ConstantInstruction(InstructionConstants.OP_LDC, A), 709 new ConstantInstruction(InstructionConstants.OP_LDC, A), 726 new ConstantInstruction(InstructionConstants.OP_LDC, A), 731 new ConstantInstruction(InstructionConstants.OP_LDC, A), 1087 new ConstantInstruction(InstructionConstants.OP_LDC, I_32768), 1096 new ConstantInstruction(InstructionConstants.OP_LDC, I_65536), [all …]
|
/external/proguard/src/proguard/classfile/util/ |
D | DynamicMemberReferenceInitializer.java | 165 new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX), 166 new ConstantInstruction(InstructionConstants.OP_LDC, MEMBER_NAME_INDEX), 212 new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX), 213 new ConstantInstruction(InstructionConstants.OP_LDC, MEMBER_NAME_INDEX), 222 new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX), 223 new ConstantInstruction(InstructionConstants.OP_LDC, MEMBER_NAME_INDEX), 228 new ConstantInstruction(InstructionConstants.OP_LDC, PARAMETER0_CLASS_INDEX), 236 new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX), 237 new ConstantInstruction(InstructionConstants.OP_LDC, MEMBER_NAME_INDEX), 242 new ConstantInstruction(InstructionConstants.OP_LDC, PARAMETER0_CLASS_INDEX), [all …]
|
D | DynamicClassReferenceInitializer.java | 89 new ConstantInstruction(InstructionConstants.OP_LDC, X), 120 new ConstantInstruction(InstructionConstants.OP_LDC, X), 143 new ConstantInstruction(InstructionConstants.OP_LDC, X),
|
D | EnumFieldReferenceInitializer.java | 116 case InstructionConstants.OP_LDC: in visitConstantInstruction()
|
/external/proguard/src/proguard/classfile/instruction/ |
D | ConstantInstruction.java | 97 opcode == InstructionConstants.OP_LDC_W ? InstructionConstants.OP_LDC : in canonicalOpcode() 109 opcode = InstructionConstants.OP_LDC; in shrink() 115 if (opcode == InstructionConstants.OP_LDC) in shrink() 282 return opcode == InstructionConstants.OP_LDC ? 1 : in constantIndexSize()
|
D | InstructionConstants.java | 48 public static final byte OP_LDC = 18; field
|
D | InstructionFactory.java | 172 case InstructionConstants.OP_LDC: in create()
|
/external/proguard/src/proguard/classfile/visitor/ |
D | DotClassClassVisitor.java | 70 if (opcode == InstructionConstants.OP_LDC || in visitConstantInstruction()
|
/external/proguard/src/proguard/optimize/info/ |
D | DotClassMarker.java | 51 if (constantInstruction.opcode == InstructionConstants.OP_LDC || in visitConstantInstruction()
|
D | ReadWriteFieldMarker.java | 60 case InstructionConstants.OP_LDC: in visitConstantInstruction()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | SimpleEnumClassSimplifier.java | 95 new ConstantInstruction(InstructionConstants.OP_LDC, STRING_ENUM_CONSTANT_NAME),
|
D | EvaluationSimplifier.java | 482 new ConstantInstruction(InstructionConstants.OP_LDC, in replaceIntegerPushInstruction() 626 new ConstantInstruction(InstructionConstants.OP_LDC, in replaceFloatPushInstruction()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 576 case InstructionConstants.OP_LDC: in visitConstantInstruction()
|