Searched refs:OP_INVOKESPECIAL (Results 1 – 20 of 20) sorted by relevance
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 3700 … new ConstantInstruction(InstructionConstants.OP_INVOKESPECIAL, METHOD_STRINGBUFFER_INIT_STRING), 3711 … new ConstantInstruction(InstructionConstants.OP_INVOKESPECIAL, METHOD_STRINGBUFFER_INIT_STRING), 3722 … new ConstantInstruction(InstructionConstants.OP_INVOKESPECIAL, METHOD_STRINGBUFFER_INIT_STRING), 3732 … new ConstantInstruction(InstructionConstants.OP_INVOKESPECIAL, METHOD_STRINGBUFFER_INIT), 3741 … new ConstantInstruction(InstructionConstants.OP_INVOKESPECIAL, METHOD_STRINGBUFFER_INIT_STRING), 3751 … new ConstantInstruction(InstructionConstants.OP_INVOKESPECIAL, METHOD_STRINGBUFFER_INIT), 3762 … new ConstantInstruction(InstructionConstants.OP_INVOKESPECIAL, METHOD_STRINGBUFFER_INIT_STRING), 3773 … new ConstantInstruction(InstructionConstants.OP_INVOKESPECIAL, METHOD_STRINGBUFFER_INIT_STRING), 3786 … new ConstantInstruction(InstructionConstants.OP_INVOKESPECIAL, METHOD_STRINGBUFFER_INIT_STRING), 3799 … new ConstantInstruction(InstructionConstants.OP_INVOKESPECIAL, METHOD_STRINGBUFFER_INIT_STRING), [all …]
|
D | BranchTargetFinder.java | 494 else if (opcode == InstructionConstants.OP_INVOKESPECIAL) in visitConstantInstruction()
|
D | MethodInliner.java | 426 case InstructionConstants.OP_INVOKESPECIAL: in visitConstantInstruction()
|
/external/proguard/src/proguard/classfile/editor/ |
D | MethodInvocationFixer.java | 119 if (opcode != InstructionConstants.OP_INVOKESPECIAL) in visitConstantInstruction() 123 new ConstantInstruction(InstructionConstants.OP_INVOKESPECIAL, in visitConstantInstruction() 168 (opcode != InstructionConstants.OP_INVOKESPECIAL || in visitConstantInstruction()
|
D | BridgeMethodFixer.java | 89 case InstructionConstants.OP_INVOKESPECIAL: in visitConstantInstruction()
|
/external/proguard/src/proguard/classfile/instruction/ |
D | ConstantInstruction.java | 181 case InstructionConstants.OP_INVOKESPECIAL: in stackPopCount() 205 case InstructionConstants.OP_INVOKESPECIAL: in stackPushCount()
|
D | InstructionConstants.java | 213 public static final byte OP_INVOKESPECIAL = -73; field
|
D | InstructionFactory.java | 182 case InstructionConstants.OP_INVOKESPECIAL: in create()
|
/external/proguard/src/proguard/optimize/info/ |
D | SuperInvocationMarker.java | 52 if (constantInstruction.opcode == InstructionConstants.OP_INVOKESPECIAL) in visitConstantInstruction()
|
D | ExceptionInstructionChecker.java | 187 case InstructionConstants.OP_INVOKESPECIAL: in visitConstantInstruction()
|
D | SideEffectInstructionChecker.java | 222 case InstructionConstants.OP_INVOKESPECIAL: in visitConstantInstruction()
|
/external/proguard/src/proguard/optimize/ |
D | DuplicateInitializerInvocationFixer.java | 103 if (constantInstruction.opcode == InstructionConstants.OP_INVOKESPECIAL) in visitConstantInstruction()
|
D | TailRecursionSimplifier.java | 150 case InstructionConstants.OP_INVOKESPECIAL: in visitConstantInstruction()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | SimpleEnumClassSimplifier.java | 97 new ConstantInstruction(InstructionConstants.OP_INVOKESPECIAL, METHOD_ENUM_INIT),
|
D | SimpleEnumUseChecker.java | 254 case InstructionConstants.OP_INVOKESPECIAL: in visitConstantInstruction()
|
D | SimpleEnumUseSimplifier.java | 284 case InstructionConstants.OP_INVOKESPECIAL: in visitConstantInstruction()
|
D | EvaluationSimplifier.java | 313 case InstructionConstants.OP_INVOKESPECIAL: in visitConstantInstruction()
|
D | EvaluationShrinker.java | 511 case InstructionConstants.OP_INVOKESPECIAL: in visitConstantInstruction()
|
/external/proguard/src/proguard/evaluation/ |
D | BasicInvocationUnit.java | 170 case InstructionConstants.OP_INVOKESPECIAL: in invokeMember()
|
D | Processor.java | 587 case InstructionConstants.OP_INVOKESPECIAL: in visitConstantInstruction()
|