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

12

/external/proguard/src/proguard/classfile/util/
H A DDynamicMemberReferenceInitializer.java111 new ConstantInstruction(InstructionConstants.OP_LDC, X),
112 new ConstantInstruction(InstructionConstants.OP_LDC, Y),
113 new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, 0),
119 new ConstantInstruction(InstructionConstants.OP_LDC, X),
120 new ConstantInstruction(InstructionConstants.OP_LDC, Y),
122 new ConstantInstruction(InstructionConstants.OP_ANEWARRAY, 1),
123 new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, 0),
129 new ConstantInstruction(InstructionConstants.OP_LDC, X),
130 new ConstantInstruction(InstructionConstants.OP_LDC, Y),
132 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 DInstructionSequenceMatcher.java227 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
236 ((ConstantInstruction)patternInstruction).constantIndex) &&
238 ((ConstantInstruction)patternInstruction).constant);
/external/proguard/src/proguard/evaluation/
H A DInvocationUnit.java25 import proguard.classfile.instruction.ConstantInstruction;
60 ConstantInstruction constantInstruction,
/external/proguard/src/proguard/optimize/peephole/
H A DInstructionSequenceConstants.java374 new ConstantInstruction(InstructionConstants.OP_LDC, A),
379 new ConstantInstruction(InstructionConstants.OP_LDC, A),
418 new ConstantInstruction(InstructionConstants.OP_LDC, A),
423 new ConstantInstruction(InstructionConstants.OP_LDC, A),
440 new ConstantInstruction(InstructionConstants.OP_LDC2_W, A),
445 new ConstantInstruction(InstructionConstants.OP_LDC2_W, A),
473 new ConstantInstruction(InstructionConstants.OP_LDC, A),
478 new ConstantInstruction(InstructionConstants.OP_LDC, A),
495 new ConstantInstruction(InstructionConstants.OP_LDC, A),
500 new ConstantInstruction(InstructionConstant
[all...]
H A DInstructionSequenceReplacer.java240 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
243 new ConstantInstruction(constantInstruction.opcode,
H A DReachableCodeMarker.java132 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, 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.java81 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
104 new ConstantInstruction(InstructionConstants.OP_INVOKESTATIC,
125 new ConstantInstruction(InstructionConstants.OP_INVOKESPECIAL,
150 new ConstantInstruction(InstructionConstants.OP_INVOKEINTERFACE,
175 new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL,
239 ConstantInstruction constantInstruction,
H A DInstructionWriter.java74 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
85 new ConstantInstruction(constantInstruction.opcode,
/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/instruction/visitor/
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/visitor/
H A DDotClassClassVisitor.java67 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.java53 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
H A DExceptionInstructionChecker.java103 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)
H A DSideEffectInstructionChecker.java118 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.java301 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
444 new ConstantInstruction(InstructionConstants.OP_LDC,
511 new ConstantInstruction(InstructionConstants.OP_LDC2_W,
579 new ConstantInstruction(InstructionConstants.OP_LDC,
646 new ConstantInstruction(InstructionConstants.OP_LDC2_W,

Completed in 150 milliseconds

12