Searched refs:OP_PUTSTATIC (Results 1 – 12 of 12) sorted by relevance
/external/proguard/src/proguard/optimize/info/ |
D | ReadWriteFieldMarker.java | 76 case InstructionConstants.OP_PUTSTATIC: in visitConstantInstruction()
|
D | ExceptionInstructionChecker.java | 183 case InstructionConstants.OP_PUTSTATIC: in visitConstantInstruction()
|
D | SideEffectInstructionChecker.java | 186 case InstructionConstants.OP_PUTSTATIC: in visitConstantInstruction()
|
/external/proguard/src/proguard/classfile/util/ |
D | EnumFieldReferenceInitializer.java | 118 case InstructionConstants.OP_PUTSTATIC: in visitConstantInstruction()
|
/external/proguard/src/proguard/classfile/instruction/ |
D | InstructionConstants.java | 209 public static final byte OP_PUTSTATIC = -77; field
|
D | ConstantInstruction.java | 173 case InstructionConstants.OP_PUTSTATIC: in stackPopCount()
|
D | InstructionFactory.java | 177 case InstructionConstants.OP_PUTSTATIC: in create()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 2471 new ConstantInstruction(InstructionConstants.OP_PUTSTATIC, X), 2478 new ConstantInstruction(InstructionConstants.OP_PUTSTATIC, FIELD_L), 2479 new ConstantInstruction(InstructionConstants.OP_PUTSTATIC, FIELD_L), 2482 new ConstantInstruction(InstructionConstants.OP_PUTSTATIC, FIELD_L), 2487 new ConstantInstruction(InstructionConstants.OP_PUTSTATIC, FIELD_D), 2488 new ConstantInstruction(InstructionConstants.OP_PUTSTATIC, FIELD_D), 2491 new ConstantInstruction(InstructionConstants.OP_PUTSTATIC, FIELD_D), 2496 new ConstantInstruction(InstructionConstants.OP_PUTSTATIC, X), 2497 new ConstantInstruction(InstructionConstants.OP_PUTSTATIC, X), 2500 new ConstantInstruction(InstructionConstants.OP_PUTSTATIC, X), [all …]
|
/external/proguard/src/proguard/evaluation/ |
D | BasicInvocationUnit.java | 149 case InstructionConstants.OP_PUTSTATIC: in invokeMember()
|
D | Processor.java | 583 case InstructionConstants.OP_PUTSTATIC: in visitConstantInstruction()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | SimpleEnumUseChecker.java | 216 case InstructionConstants.OP_PUTSTATIC: in visitConstantInstruction()
|
D | SimpleEnumUseSimplifier.java | 252 case InstructionConstants.OP_PUTSTATIC: in visitConstantInstruction()
|