Home
last modified time | relevance | path

Searched refs:OP_GETSTATIC (Results 1 – 10 of 10) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java2470 new ConstantInstruction(InstructionConstants.OP_GETSTATIC, X),
2506 new ConstantInstruction(InstructionConstants.OP_GETSTATIC, FIELD_L),
2515 new ConstantInstruction(InstructionConstants.OP_GETSTATIC, FIELD_D),
2524 new ConstantInstruction(InstructionConstants.OP_GETSTATIC, X),
2815 new ConstantInstruction(InstructionConstants.OP_GETSTATIC, Y),
2818 new ConstantInstruction(InstructionConstants.OP_GETSTATIC, Y),
2855 new ConstantInstruction(InstructionConstants.OP_GETSTATIC, Y),
2858 new ConstantInstruction(InstructionConstants.OP_GETSTATIC, Y),
2913 new ConstantInstruction(InstructionConstants.OP_GETSTATIC, Y),
2916 new ConstantInstruction(InstructionConstants.OP_GETSTATIC, Y),
[all …]
/external/proguard/src/proguard/optimize/info/
DReadWriteFieldMarker.java68 case InstructionConstants.OP_GETSTATIC: in visitConstantInstruction()
DExceptionInstructionChecker.java182 case InstructionConstants.OP_GETSTATIC: in visitConstantInstruction()
DSideEffectInstructionChecker.java180 case InstructionConstants.OP_GETSTATIC: in visitConstantInstruction()
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java208 public static final byte OP_GETSTATIC = -78; field
DConstantInstruction.java202 case InstructionConstants.OP_GETSTATIC: in stackPushCount()
DInstructionFactory.java176 case InstructionConstants.OP_GETSTATIC: in create()
/external/proguard/src/proguard/evaluation/
DBasicInvocationUnit.java144 case InstructionConstants.OP_GETSTATIC: in invokeMember()
DProcessor.java582 case InstructionConstants.OP_GETSTATIC: in visitConstantInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java307 case InstructionConstants.OP_GETSTATIC: in visitConstantInstruction()