Home
last modified time | relevance | path

Searched refs:OP_INVOKESPECIAL (Results 1 – 20 of 20) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java3700 … 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 …]
DBranchTargetFinder.java494 else if (opcode == InstructionConstants.OP_INVOKESPECIAL) in visitConstantInstruction()
DMethodInliner.java426 case InstructionConstants.OP_INVOKESPECIAL: in visitConstantInstruction()
/external/proguard/src/proguard/classfile/editor/
DMethodInvocationFixer.java119 if (opcode != InstructionConstants.OP_INVOKESPECIAL) in visitConstantInstruction()
123 new ConstantInstruction(InstructionConstants.OP_INVOKESPECIAL, in visitConstantInstruction()
168 (opcode != InstructionConstants.OP_INVOKESPECIAL || in visitConstantInstruction()
DBridgeMethodFixer.java89 case InstructionConstants.OP_INVOKESPECIAL: in visitConstantInstruction()
/external/proguard/src/proguard/classfile/instruction/
DConstantInstruction.java181 case InstructionConstants.OP_INVOKESPECIAL: in stackPopCount()
205 case InstructionConstants.OP_INVOKESPECIAL: in stackPushCount()
DInstructionConstants.java213 public static final byte OP_INVOKESPECIAL = -73; field
DInstructionFactory.java182 case InstructionConstants.OP_INVOKESPECIAL: in create()
/external/proguard/src/proguard/optimize/info/
DSuperInvocationMarker.java52 if (constantInstruction.opcode == InstructionConstants.OP_INVOKESPECIAL) in visitConstantInstruction()
DExceptionInstructionChecker.java187 case InstructionConstants.OP_INVOKESPECIAL: in visitConstantInstruction()
DSideEffectInstructionChecker.java222 case InstructionConstants.OP_INVOKESPECIAL: in visitConstantInstruction()
/external/proguard/src/proguard/optimize/
DDuplicateInitializerInvocationFixer.java103 if (constantInstruction.opcode == InstructionConstants.OP_INVOKESPECIAL) in visitConstantInstruction()
DTailRecursionSimplifier.java150 case InstructionConstants.OP_INVOKESPECIAL: in visitConstantInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumClassSimplifier.java97 new ConstantInstruction(InstructionConstants.OP_INVOKESPECIAL, METHOD_ENUM_INIT),
DSimpleEnumUseChecker.java254 case InstructionConstants.OP_INVOKESPECIAL: in visitConstantInstruction()
DSimpleEnumUseSimplifier.java284 case InstructionConstants.OP_INVOKESPECIAL: in visitConstantInstruction()
DEvaluationSimplifier.java313 case InstructionConstants.OP_INVOKESPECIAL: in visitConstantInstruction()
DEvaluationShrinker.java511 case InstructionConstants.OP_INVOKESPECIAL: in visitConstantInstruction()
/external/proguard/src/proguard/evaluation/
DBasicInvocationUnit.java170 case InstructionConstants.OP_INVOKESPECIAL: in invokeMember()
DProcessor.java587 case InstructionConstants.OP_INVOKESPECIAL: in visitConstantInstruction()