Searched refs:OP_INVOKESTATIC (Results 1 – 13 of 13) sorted by relevance
/external/proguard/src/proguard/classfile/util/ |
D | DynamicClassReferenceInitializer.java | 90 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, 0), 96 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, 0), 121 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, 0), 145 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, 0), 152 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, 0), 160 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, 0), 171 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, 0),
|
/external/proguard/src/proguard/classfile/instruction/ |
D | ConstantInstruction.java | 186 case InstructionConstants.OP_INVOKESTATIC: in stackPopCount() 209 case InstructionConstants.OP_INVOKESTATIC: in stackPushCount()
|
D | InstructionConstants.java | 214 public static final byte OP_INVOKESTATIC = -72; field
|
D | InstructionFactory.java | 183 case InstructionConstants.OP_INVOKESTATIC: in create()
|
/external/proguard/src/proguard/classfile/editor/ |
D | MethodInvocationFixer.java | 100 if (opcode != InstructionConstants.OP_INVOKESTATIC) in visitConstantInstruction() 104 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, in visitConstantInstruction()
|
/external/proguard/src/proguard/optimize/info/ |
D | ExceptionInstructionChecker.java | 114 opcode == InstructionConstants.OP_INVOKESTATIC || in visitConstantInstruction()
|
D | SideEffectInstructionChecker.java | 127 opcode == InstructionConstants.OP_INVOKESTATIC || in visitConstantInstruction()
|
/external/proguard/src/proguard/optimize/ |
D | TailRecursionSimplifier.java | 159 case InstructionConstants.OP_INVOKESTATIC: in visitConstantInstruction()
|
/external/proguard/src/proguard/evaluation/ |
D | BasicInvocationUnit.java | 164 case InstructionConstants.OP_INVOKESTATIC: in invokeMember()
|
D | Processor.java | 573 case InstructionConstants.OP_INVOKESTATIC: in visitConstantInstruction()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | MethodInliner.java | 390 case InstructionConstants.OP_INVOKESTATIC: in visitConstantInstruction()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | EvaluationShrinker.java | 487 case InstructionConstants.OP_INVOKESTATIC: in visitConstantInstruction() 1447 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, in replaceByStaticInvocation()
|
D | EvaluationSimplifier.java | 312 case InstructionConstants.OP_INVOKESTATIC: in visitConstantInstruction()
|