Searched refs:OP_GETSTATIC (Results 1 – 10 of 10) sorted by relevance
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 2470 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/ |
D | ReadWriteFieldMarker.java | 68 case InstructionConstants.OP_GETSTATIC: in visitConstantInstruction()
|
D | ExceptionInstructionChecker.java | 182 case InstructionConstants.OP_GETSTATIC: in visitConstantInstruction()
|
D | SideEffectInstructionChecker.java | 180 case 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 | 202 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 | 582 case InstructionConstants.OP_GETSTATIC: in visitConstantInstruction()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | EvaluationSimplifier.java | 307 case InstructionConstants.OP_GETSTATIC: in visitConstantInstruction()
|