Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java2235 new ConstantInstruction(InstructionConstants.OP_GETSTATIC, X),
2271 new ConstantInstruction(InstructionConstants.OP_GETSTATIC, FIELD_L),
2280 new ConstantInstruction(InstructionConstants.OP_GETSTATIC, FIELD_D),
2289 new ConstantInstruction(InstructionConstants.OP_GETSTATIC, X),
2580 new ConstantInstruction(InstructionConstants.OP_GETSTATIC, Y),
2583 new ConstantInstruction(InstructionConstants.OP_GETSTATIC, Y),
2620 new ConstantInstruction(InstructionConstants.OP_GETSTATIC, Y),
2623 new ConstantInstruction(InstructionConstants.OP_GETSTATIC, Y),
2678 new ConstantInstruction(InstructionConstants.OP_GETSTATIC, Y),
2681 new ConstantInstruction(InstructionConstants.OP_GETSTATIC, Y),
[all …]
/external/proguard/src/proguard/optimize/info/
DReadWriteFieldMarker.java68 case InstructionConstants.OP_GETSTATIC: in visitConstantInstruction()
DExceptionInstructionChecker.java108 if (opcode == InstructionConstants.OP_GETSTATIC || in visitConstantInstruction()
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java208 public static final byte OP_GETSTATIC = -78; field
DConstantInstruction.java205 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.java567 case InstructionConstants.OP_GETSTATIC: in visitConstantInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java305 case InstructionConstants.OP_GETSTATIC: in visitConstantInstruction()