Searched refs:ConstantInstruction (Results 1 - 25 of 44) sorted by relevance

12

/external/proguard/src/proguard/optimize/peephole/
H A DInstructionSequenceConstants.java605 new ConstantInstruction(InstructionConstants.OP_LDC, A),
610 new ConstantInstruction(InstructionConstants.OP_LDC, A),
649 new ConstantInstruction(InstructionConstants.OP_LDC, A),
654 new ConstantInstruction(InstructionConstants.OP_LDC, A),
671 new ConstantInstruction(InstructionConstants.OP_LDC2_W, A),
676 new ConstantInstruction(InstructionConstants.OP_LDC2_W, A),
704 new ConstantInstruction(InstructionConstants.OP_LDC, A),
709 new ConstantInstruction(InstructionConstants.OP_LDC, A),
726 new ConstantInstruction(InstructionConstants.OP_LDC, A),
731 new ConstantInstruction(InstructionConstant
[all...]
/external/proguard/src/proguard/classfile/util/
H A DDynamicMemberReferenceInitializer.java166 new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX),
167 new ConstantInstruction(InstructionConstants.OP_LDC, MEMBER_NAME_INDEX),
168 new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, 0),
174 // new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX),
176 // new ConstantInstruction(InstructionConstants.OP_ANEWARRAY, 1),
177 // new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, 0),
183 // new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX),
185 // new ConstantInstruction(InstructionConstants.OP_ANEWARRAY, 1),
188 // new ConstantInstruction(InstructionConstants.OP_LDC, PARAMETER0_CLASS_INDEX),
190 // new ConstantInstruction(InstructionConstant
[all...]
H A DDynamicClassReferenceInitializer.java89 new ConstantInstruction(InstructionConstants.OP_LDC, X),
90 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, 0),
96 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, 0),
97 new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, 6),
98 new ConstantInstruction(InstructionConstants.OP_CHECKCAST, X),
120 new ConstantInstruction(InstructionConstants.OP_LDC, X),
121 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, 0),
143 new ConstantInstruction(InstructionConstants.OP_LDC, X),
145 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC, 0),
152 new ConstantInstruction(InstructionConstant
[all...]
H A DEnumFieldReferenceInitializer.java113 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
H A DInstructionSequenceMatcher.java266 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
275 ((ConstantInstruction)patternInstruction).constantIndex) &&
277 ((ConstantInstruction)patternInstruction).constant);
/external/proguard/src/proguard/evaluation/
H A DInvocationUnit.java25 import proguard.classfile.instruction.ConstantInstruction;
60 ConstantInstruction constantInstruction,
/external/proguard/src/proguard/classfile/editor/
H A DInstructionAdder.java65 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
69 new ConstantInstruction(constantInstruction.opcode,
H A DMethodInvocationFixer.java78 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
102 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC,
123 new ConstantInstruction(InstructionConstants.OP_INVOKESPECIAL,
148 new ConstantInstruction(InstructionConstants.OP_INVOKEINTERFACE,
174 new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL,
228 ConstantInstruction constantInstruction,
H A DBridgeMethodFixer.java84 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
H A DInstructionWriter.java95 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
106 new ConstantInstruction(constantInstruction.opcode,
/external/proguard/src/proguard/classfile/instruction/visitor/
H A DInstructionConstantVisitor.java60 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
H A DInstructionVisitor.java38 public void visitConstantInstruction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction);
H A DMultiInstructionVisitor.java100 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
/external/proguard/src/proguard/classfile/instruction/
H A DConstantInstruction.java36 public class ConstantInstruction extends Instruction class in inherits:Instruction,ConstantVisitor
49 * Creates an uninitialized ConstantInstruction.
51 public ConstantInstruction() {} method in class:ConstantInstruction
55 * Creates a new ConstantInstruction with the given opcode and constant pool
58 public ConstantInstruction(byte opcode, int constantIndex) method in class:ConstantInstruction
65 * Creates a new ConstantInstruction with the given opcode, constant pool
68 public ConstantInstruction(byte opcode, int constantIndex, int constant) method in class:ConstantInstruction
81 public ConstantInstruction copy(ConstantInstruction constantInstruction)
/external/proguard/src/proguard/classfile/visitor/
H A DDotClassClassVisitor.java65 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
/external/proguard/src/proguard/optimize/info/
H A DDotClassMarker.java49 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
H A DInstanceofClassMarker.java49 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
H A DInstantiationClassMarker.java49 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
H A DMethodInvocationMarker.java49 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
H A DSuperInvocationMarker.java50 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
H A DAccessMethodMarker.java54 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
H A DExceptionInstructionChecker.java108 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
H A DReadWriteFieldMarker.java53 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
/external/proguard/src/proguard/optimize/
H A DDuplicateInitializerInvocationFixer.java101 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationSimplifier.java304 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
448 new ConstantInstruction(InstructionConstants.OP_LDC,
518 new ConstantInstruction(InstructionConstants.OP_LDC2_W,
592 new ConstantInstruction(InstructionConstants.OP_LDC,
662 new ConstantInstruction(InstructionConstants.OP_LDC2_W,

Completed in 158 milliseconds

12