Searched refs:OP_GETSTATIC (Results 1 – 9 of 9) sorted by relevance
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 2235 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/ |
D | ReadWriteFieldMarker.java | 68 case InstructionConstants.OP_GETSTATIC: in visitConstantInstruction()
|
D | ExceptionInstructionChecker.java | 108 if (opcode == InstructionConstants.OP_GETSTATIC || in visitConstantInstruction()
|
/external/proguard/src/proguard/classfile/instruction/ |
D | InstructionConstants.java | 208 public static final byte OP_GETSTATIC = -78; field
|
D | ConstantInstruction.java | 205 case InstructionConstants.OP_GETSTATIC: in stackPushCount()
|
D | InstructionFactory.java | 176 case InstructionConstants.OP_GETSTATIC: in create()
|
/external/proguard/src/proguard/evaluation/ |
D | BasicInvocationUnit.java | 144 case InstructionConstants.OP_GETSTATIC: in invokeMember()
|
D | Processor.java | 567 case InstructionConstants.OP_GETSTATIC: in visitConstantInstruction()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | EvaluationSimplifier.java | 305 case InstructionConstants.OP_GETSTATIC: in visitConstantInstruction()
|