Home
last modified time | relevance | path

Searched refs:OP_INVOKESTATIC (Results 1 – 13 of 13) sorted by relevance

/external/proguard/src/proguard/classfile/util/
DDynamicClassReferenceInitializer.java90 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/
DConstantInstruction.java186 case InstructionConstants.OP_INVOKESTATIC: in stackPopCount()
209 case InstructionConstants.OP_INVOKESTATIC: in stackPushCount()
DInstructionConstants.java214 public static final byte OP_INVOKESTATIC = -72; field
DInstructionFactory.java183 case InstructionConstants.OP_INVOKESTATIC: in create()
/external/proguard/src/proguard/classfile/editor/
DMethodInvocationFixer.java100 if (opcode != InstructionConstants.OP_INVOKESTATIC) in visitConstantInstruction()
104 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, in visitConstantInstruction()
/external/proguard/src/proguard/optimize/info/
DExceptionInstructionChecker.java114 opcode == InstructionConstants.OP_INVOKESTATIC || in visitConstantInstruction()
DSideEffectInstructionChecker.java127 opcode == InstructionConstants.OP_INVOKESTATIC || in visitConstantInstruction()
/external/proguard/src/proguard/optimize/
DTailRecursionSimplifier.java159 case InstructionConstants.OP_INVOKESTATIC: in visitConstantInstruction()
/external/proguard/src/proguard/evaluation/
DBasicInvocationUnit.java164 case InstructionConstants.OP_INVOKESTATIC: in invokeMember()
DProcessor.java573 case InstructionConstants.OP_INVOKESTATIC: in visitConstantInstruction()
/external/proguard/src/proguard/optimize/peephole/
DMethodInliner.java390 case InstructionConstants.OP_INVOKESTATIC: in visitConstantInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationShrinker.java487 case InstructionConstants.OP_INVOKESTATIC: in visitConstantInstruction()
1447 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, in replaceByStaticInvocation()
DEvaluationSimplifier.java312 case InstructionConstants.OP_INVOKESTATIC: in visitConstantInstruction()