HomeSort by relevance Sort by last modified time
    Searched refs:OP_LDC (Results 1 - 14 of 14) sorted by null

  /external/proguard/src/proguard/classfile/util/
DynamicMemberReferenceInitializer.java 111 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, A)
    [all...]
DynamicClassReferenceInitializer.java 89 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/
ConstantInstruction.java 99 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 :
InstructionConstants.java 48 public static final byte OP_LDC = 18;
InstructionFactory.java 172 case InstructionConstants.OP_LDC:
  /external/proguard/src/proguard/classfile/visitor/
DotClassClassVisitor.java 72 if (opcode == InstructionConstants.OP_LDC ||
  /external/proguard/src/proguard/optimize/info/
DotClassMarker.java 51 if (constantInstruction.opcode == InstructionConstants.OP_LDC ||
ReadWriteFieldMarker.java 60 case InstructionConstants.OP_LDC:
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequenceConstants.java 374 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),
    [all...]
  /sdk/emulator/qtools/
opcode.h 27 OP_LDC,
armdis.cpp 85 case OP_LDC:
744 return OP_LDC;
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationSimplifier.java 444 new ConstantInstruction(InstructionConstants.OP_LDC,
579 new ConstantInstruction(InstructionConstants.OP_LDC,
    [all...]
  /external/proguard/src/proguard/evaluation/
Processor.java 561 case InstructionConstants.OP_LDC:
    [all...]
  /external/proguard/lib/
proguard.jar 

Completed in 521 milliseconds