HomeSort by relevance Sort by last modified time
    Searched refs:ConstantPool (Results 1 - 25 of 40) sorted by null

1 2

  /dalvik/dx/src/com/android/dx/cf/attrib/
RawAttribute.java 19 import com.android.dx.rop.cst.ConstantPool;
33 private final ConstantPool pool;
42 public RawAttribute(String name, ByteArray data, ConstantPool pool) {
63 int length, ConstantPool pool) {
88 public ConstantPool getPool() {
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
ConstantPool.java 23 public interface ConstantPool {
StdConstantPool.java 24 * Standard implementation of {@link ConstantPool}, which directly stores
28 extends MutabilityControl implements ConstantPool {
  /dalvik/dx/src/com/android/dx/rop/cst/
ConstantPool.java 23 public interface ConstantPool {
StdConstantPool.java 24 * Standard implementation of {@link ConstantPool}, which directly stores
28 extends MutabilityControl implements ConstantPool {
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
ConstantPool.java 23 public interface ConstantPool {
StdConstantPool.java 24 * Standard implementation of {@link ConstantPool}, which directly stores
28 extends MutabilityControl implements ConstantPool {
  /dalvik/dx/src/com/android/dx/cf/iface/
ClassFile.java 19 import com.android.dx.rop.cst.ConstantPool;
81 public ConstantPool getConstantPool();
  /external/llvm/lib/Target/ARM/
Thumb2RegisterInfo.cpp 43 MachineConstantPool *ConstantPool = MF.getConstantPool();
46 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
Thumb1RegisterInfo.cpp 72 MachineConstantPool *ConstantPool = MF.getConstantPool();
75 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
ARMBaseRegisterInfo.cpp 697 MachineConstantPool *ConstantPool = MF.getConstantPool();
700 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
AttributeFactory.java 23 import com.android.dx.rop.cst.ConstantPool;
83 ConstantPool pool = cf.getConstantPool();
125 ConstantPool pool = cf.getConstantPool();
MemberListParser.java 24 import com.android.dx.rop.cst.ConstantPool;
178 ConstantPool pool = cf.getConstantPool();
StdAttributeFactory.java 50 import com.android.dx.rop.cst.ConstantPool;
218 ConstantPool pool = cf.getConstantPool();
322 ConstantPool pool = cf.getConstantPool();
356 ConstantPool pool = cf.getConstantPool();
413 ConstantPool pool = cf.getConstantPool();
559 ConstantPool pool, ParseObserver observer, int count,
683 ConstantPool pool = cf.getConstantPool();
705 ConstantPool pool = cf.getConstantPool();
AnnotationParser.java 27 import com.android.dx.rop.cst.ConstantPool;
56 private final ConstantPool pool;
DirectClassFile.java 30 import com.android.dx.rop.cst.ConstantPool;
276 public ConstantPool getConstantPool() {
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 92 MachineConstantPool *ConstantPool;
181 MachineConstantPool *getConstantPool() { return ConstantPool; }
182 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
ISDOpcodes.h 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 65 ConstantPool = new (Allocator) MachineConstantPool(TM.getTargetData());
88 ConstantPool->~MachineConstantPool(); Allocator.Deallocate(ConstantPool);
304 ConstantPool->print(OS);
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 20 import com.android.dx.rop.cst.ConstantPool;
48 private final ConstantPool pool;
57 public BytecodeArray(ByteArray bytes, ConstantPool pool) {
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 300 /// ConstantPool - The constant pool for the current function.
302 MachineConstantPool *ConstantPool;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 102 case ISD::ConstantPool: return "ConstantPool";
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 150 setOperationAction(ISD::ConstantPool, MVT::i32, Custom);
201 case ISD::ConstantPool: return LowerConstantPool(Op, DAG);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 706 setOperationAction(ISD::ConstantPool , MVT::i32, Custom);
    [all...]

Completed in 936 milliseconds

1 2