Home
last modified time | relevance | path

Searched refs:OP_INVOKEVIRTUAL (Results 1 – 18 of 18) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java3593 … new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, METHOD_STRING_EQUALS),
3601 … new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, METHOD_STRING_LENGTH),
3701 … new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, METHOD_STRINGBUFFER_TOSTRING),
3712 … new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, METHOD_STRINGBUFFER_TOSTRING),
3723 … new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, METHOD_STRINGBUFFER_LENGTH),
3775 … new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, METHOD_STRINGBUFFER_APPEND_Z),
3788 … new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, METHOD_STRINGBUFFER_APPEND_C),
3801 … new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, METHOD_STRINGBUFFER_APPEND_I),
3814 … new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, METHOD_STRINGBUFFER_APPEND_J),
3827 … new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, METHOD_STRINGBUFFER_APPEND_F),
[all …]
DMethodInliner.java425 case InstructionConstants.OP_INVOKEVIRTUAL: in visitConstantInstruction()
/external/proguard/src/proguard/classfile/util/
DDynamicMemberReferenceInitializer.java167 new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, 0),
216 new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, 0),
230 new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, 0),
248 new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, 0),
273 new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, 0),
293 new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, 0),
309 new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, 0),
318 new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, 0),
331 new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, 0),
348 new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, 0),
DDynamicClassReferenceInitializer.java97 new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, 6),
163 new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, 10),
172 new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, 10),
/external/proguard/src/proguard/classfile/instruction/
DConstantInstruction.java180 case InstructionConstants.OP_INVOKEVIRTUAL: in stackPopCount()
204 case InstructionConstants.OP_INVOKEVIRTUAL: in stackPushCount()
DInstructionConstants.java212 public static final byte OP_INVOKEVIRTUAL = -74; field
DInstructionFactory.java181 case InstructionConstants.OP_INVOKEVIRTUAL: in create()
/external/proguard/src/proguard/classfile/editor/
DMethodInvocationFixer.java167 if (opcode != InstructionConstants.OP_INVOKEVIRTUAL && in visitConstantInstruction()
174 new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, in visitConstantInstruction()
DBridgeMethodFixer.java88 case InstructionConstants.OP_INVOKEVIRTUAL: in visitConstantInstruction()
/external/proguard/src/proguard/optimize/info/
DExceptionInstructionChecker.java186 case InstructionConstants.OP_INVOKEVIRTUAL: in visitConstantInstruction()
DSideEffectInstructionChecker.java228 case InstructionConstants.OP_INVOKEVIRTUAL: in visitConstantInstruction()
/external/proguard/src/proguard/optimize/
DTailRecursionSimplifier.java149 case InstructionConstants.OP_INVOKEVIRTUAL: in visitConstantInstruction()
/external/proguard/src/proguard/evaluation/
DBasicInvocationUnit.java169 case InstructionConstants.OP_INVOKEVIRTUAL: in invokeMember()
DProcessor.java586 case InstructionConstants.OP_INVOKEVIRTUAL: in visitConstantInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseSimplifier.java264 case InstructionConstants.OP_INVOKEVIRTUAL: in visitConstantInstruction()
DSimpleEnumUseChecker.java226 case InstructionConstants.OP_INVOKEVIRTUAL: in visitConstantInstruction()
DEvaluationSimplifier.java312 case InstructionConstants.OP_INVOKEVIRTUAL: in visitConstantInstruction()
DEvaluationShrinker.java510 case InstructionConstants.OP_INVOKEVIRTUAL: in visitConstantInstruction()