Searched refs:OP_LDC (Results 1 - 12 of 12) sorted by relevance

/external/proguard/src/proguard/classfile/util/
H A DDynamicMemberReferenceInitializer.java111 new ConstantInstruction(InstructionConstants.OP_LDC, X),
112 new ConstantInstruction(InstructionConstants.OP_LDC, Y),
119 new ConstantInstruction(InstructionConstants.OP_LDC, X),
120 new ConstantInstruction(InstructionConstants.OP_LDC, Y),
129 new ConstantInstruction(InstructionConstants.OP_LDC, X),
130 new ConstantInstruction(InstructionConstants.OP_LDC, Y),
135 new ConstantInstruction(InstructionConstants.OP_LDC, A),
143 new ConstantInstruction(InstructionConstants.OP_LDC, X),
144 new ConstantInstruction(InstructionConstants.OP_LDC, Y),
149 new ConstantInstruction(InstructionConstants.OP_LDC,
[all...]
H A DDynamicClassReferenceInitializer.java89 new ConstantInstruction(InstructionConstants.OP_LDC, X),
120 new ConstantInstruction(InstructionConstants.OP_LDC, X),
143 new ConstantInstruction(InstructionConstants.OP_LDC, X),
/external/proguard/src/proguard/classfile/instruction/
H A DConstantInstruction.java99 case InstructionConstants.OP_LDC2_W: return InstructionConstants.OP_LDC;
113 opcode = InstructionConstants.OP_LDC;
119 if (opcode == InstructionConstants.OP_LDC)
277 return opcode == InstructionConstants.OP_LDC ? 1 :
H A DInstructionConstants.java48 public static final byte OP_LDC = 18; field in interface:InstructionConstants
H A DInstructionFactory.java172 case InstructionConstants.OP_LDC:
/external/proguard/src/proguard/classfile/visitor/
H A DDotClassClassVisitor.java72 if (opcode == InstructionConstants.OP_LDC ||
/external/proguard/src/proguard/optimize/info/
H A DDotClassMarker.java51 if (constantInstruction.opcode == InstructionConstants.OP_LDC ||
H A DReadWriteFieldMarker.java60 case InstructionConstants.OP_LDC:
/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),
473 new ConstantInstruction(InstructionConstants.OP_LDC, A),
478 new ConstantInstruction(InstructionConstants.OP_LDC, A),
495 new ConstantInstruction(InstructionConstants.OP_LDC, A),
500 new ConstantInstruction(InstructionConstants.OP_LDC, A),
855 new ConstantInstruction(InstructionConstants.OP_LDC, I_32768),
864 new ConstantInstruction(InstructionConstants.OP_LDC, I_6553
[all...]
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationSimplifier.java444 new ConstantInstruction(InstructionConstants.OP_LDC,
579 new ConstantInstruction(InstructionConstants.OP_LDC,
/external/proguard/src/proguard/evaluation/
H A DProcessor.java561 case InstructionConstants.OP_LDC:
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 616 milliseconds