Home
last modified time | relevance | path

Searched refs:OP_PUTSTATIC (Results 1 – 12 of 12) sorted by relevance

/external/proguard/src/proguard/optimize/info/
DReadWriteFieldMarker.java76 case InstructionConstants.OP_PUTSTATIC: in visitConstantInstruction()
DExceptionInstructionChecker.java183 case InstructionConstants.OP_PUTSTATIC: in visitConstantInstruction()
DSideEffectInstructionChecker.java186 case InstructionConstants.OP_PUTSTATIC: in visitConstantInstruction()
/external/proguard/src/proguard/classfile/util/
DEnumFieldReferenceInitializer.java118 case InstructionConstants.OP_PUTSTATIC: in visitConstantInstruction()
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java209 public static final byte OP_PUTSTATIC = -77; field
DConstantInstruction.java173 case InstructionConstants.OP_PUTSTATIC: in stackPopCount()
DInstructionFactory.java177 case InstructionConstants.OP_PUTSTATIC: in create()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java2471 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/
DBasicInvocationUnit.java149 case InstructionConstants.OP_PUTSTATIC: in invokeMember()
DProcessor.java583 case InstructionConstants.OP_PUTSTATIC: in visitConstantInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseChecker.java216 case InstructionConstants.OP_PUTSTATIC: in visitConstantInstruction()
DSimpleEnumUseSimplifier.java252 case InstructionConstants.OP_PUTSTATIC: in visitConstantInstruction()