Searched refs:FIELD_D (Results 1 – 1 of 1) sorted by relevance
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 106 …private static final int FIELD_D = 35; // Implicitly uses X and… field in InstructionSequenceConstants 2487 new ConstantInstruction(InstructionConstants.OP_PUTSTATIC, FIELD_D), 2488 new ConstantInstruction(InstructionConstants.OP_PUTSTATIC, FIELD_D), 2491 new ConstantInstruction(InstructionConstants.OP_PUTSTATIC, FIELD_D), 2514 new ConstantInstruction(InstructionConstants.OP_PUTSTATIC, FIELD_D), 2515 new ConstantInstruction(InstructionConstants.OP_GETSTATIC, FIELD_D), 2518 new ConstantInstruction(InstructionConstants.OP_PUTSTATIC, FIELD_D),
|