Home
last modified time | relevance | path

Searched refs:OP_INVOKESTATIC (Results 1 – 18 of 18) 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),
DDynamicMemberReferenceInitializer.java257 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, 0),
266 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, 0),
357 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, 0),
/external/proguard/src/proguard/classfile/editor/
DMethodInvocationFixer.java98 if (opcode != InstructionConstants.OP_INVOKESTATIC) in visitConstantInstruction()
102 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, in visitConstantInstruction()
DBridgeMethodFixer.java90 case InstructionConstants.OP_INVOKESTATIC: in visitConstantInstruction()
/external/proguard/src/proguard/classfile/instruction/
DConstantInstruction.java182 case InstructionConstants.OP_INVOKESTATIC: in stackPopCount()
206 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/optimize/peephole/
DInstructionSequenceConstants.java3609 … new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, METHOD_STRING_VALUEOF_Z),
3617 … new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, METHOD_STRING_VALUEOF_C),
3625 … new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, METHOD_STRING_VALUEOF_C),
3633 … new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, METHOD_STRING_VALUEOF_I),
3641 … new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, METHOD_STRING_VALUEOF_I),
3649 … new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, METHOD_STRING_VALUEOF_J),
3657 … new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, METHOD_STRING_VALUEOF_J),
3665 … new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, METHOD_STRING_VALUEOF_F),
3673 … new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, METHOD_STRING_VALUEOF_F),
3681 … new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, METHOD_STRING_VALUEOF_D),
[all …]
DMethodInliner.java427 case InstructionConstants.OP_INVOKESTATIC: in visitConstantInstruction()
/external/proguard/src/proguard/optimize/info/
DExceptionInstructionChecker.java188 case InstructionConstants.OP_INVOKESTATIC: in visitConstantInstruction()
DSideEffectInstructionChecker.java223 case InstructionConstants.OP_INVOKESTATIC: in visitConstantInstruction()
/external/proguard/src/proguard/optimize/
DTailRecursionSimplifier.java151 case InstructionConstants.OP_INVOKESTATIC: in visitConstantInstruction()
/external/proguard/src/proguard/evaluation/
DBasicInvocationUnit.java164 case InstructionConstants.OP_INVOKESTATIC: in invokeMember()
DProcessor.java588 case InstructionConstants.OP_INVOKESTATIC: in visitConstantInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseSimplifier.java285 case InstructionConstants.OP_INVOKESTATIC: in visitConstantInstruction()
DSimpleEnumUseChecker.java255 case InstructionConstants.OP_INVOKESTATIC: in visitConstantInstruction()
DEvaluationShrinker.java512 case InstructionConstants.OP_INVOKESTATIC: in visitConstantInstruction()
1889 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, in replaceByStaticInvocation()
DEvaluationSimplifier.java314 case InstructionConstants.OP_INVOKESTATIC: in visitConstantInstruction()