Searched refs:OP_INVOKEVIRTUAL (Results 1 – 18 of 18) sorted by relevance
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 3593 … 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 …]
|
D | MethodInliner.java | 425 case InstructionConstants.OP_INVOKEVIRTUAL: in visitConstantInstruction()
|
/external/proguard/src/proguard/classfile/util/ |
D | DynamicMemberReferenceInitializer.java | 167 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),
|
D | DynamicClassReferenceInitializer.java | 97 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/ |
D | ConstantInstruction.java | 180 case InstructionConstants.OP_INVOKEVIRTUAL: in stackPopCount() 204 case InstructionConstants.OP_INVOKEVIRTUAL: in stackPushCount()
|
D | InstructionConstants.java | 212 public static final byte OP_INVOKEVIRTUAL = -74; field
|
D | InstructionFactory.java | 181 case InstructionConstants.OP_INVOKEVIRTUAL: in create()
|
/external/proguard/src/proguard/classfile/editor/ |
D | MethodInvocationFixer.java | 167 if (opcode != InstructionConstants.OP_INVOKEVIRTUAL && in visitConstantInstruction() 174 new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, in visitConstantInstruction()
|
D | BridgeMethodFixer.java | 88 case InstructionConstants.OP_INVOKEVIRTUAL: in visitConstantInstruction()
|
/external/proguard/src/proguard/optimize/info/ |
D | ExceptionInstructionChecker.java | 186 case InstructionConstants.OP_INVOKEVIRTUAL: in visitConstantInstruction()
|
D | SideEffectInstructionChecker.java | 228 case InstructionConstants.OP_INVOKEVIRTUAL: in visitConstantInstruction()
|
/external/proguard/src/proguard/optimize/ |
D | TailRecursionSimplifier.java | 149 case InstructionConstants.OP_INVOKEVIRTUAL: in visitConstantInstruction()
|
/external/proguard/src/proguard/evaluation/ |
D | BasicInvocationUnit.java | 169 case InstructionConstants.OP_INVOKEVIRTUAL: in invokeMember()
|
D | Processor.java | 586 case InstructionConstants.OP_INVOKEVIRTUAL: in visitConstantInstruction()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | SimpleEnumUseSimplifier.java | 264 case InstructionConstants.OP_INVOKEVIRTUAL: in visitConstantInstruction()
|
D | SimpleEnumUseChecker.java | 226 case InstructionConstants.OP_INVOKEVIRTUAL: in visitConstantInstruction()
|
D | EvaluationSimplifier.java | 312 case InstructionConstants.OP_INVOKEVIRTUAL: in visitConstantInstruction()
|
D | EvaluationShrinker.java | 510 case InstructionConstants.OP_INVOKEVIRTUAL: in visitConstantInstruction()
|