/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 {
|
/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 | 860 MachineConstantPool *ConstantPool = MF.getConstantPool(); 863 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; 179 MachineConstantPool *getConstantPool() { return ConstantPool; } 180 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
|
ISDOpcodes.h | 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, [all...] |
SelectionDAGNodes.h | [all...] |
/external/llvm/lib/CodeGen/ |
MachineFunction.cpp | 67 ConstantPool = new (Allocator) MachineConstantPool(TM.getTargetData()); 90 ConstantPool->~MachineConstantPool(); Allocator.Deallocate(ConstantPool); 299 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 | 301 /// ConstantPool - The constant pool for the current function. 303 MachineConstantPool *ConstantPool; [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 91 setOperationAction(ISD::ConstantPool, MVT::i32, Custom); 92 setOperationAction(ISD::ConstantPool, MVT::i64, Custom); 169 case ISD::ConstantPool: return LowerConstantPool(Op, DAG); [all...] |
/external/llvm/lib/Target/Alpha/ |
AlphaISelLowering.cpp | 139 // We want to legalize GlobalAddress and ConstantPool and 143 setOperationAction(ISD::ConstantPool, MVT::i64, Custom); 634 case ISD::ConstantPool: { [all...] |
/external/llvm/lib/Target/MBlaze/ |
MBlazeISelLowering.cpp | 149 setOperationAction(ISD::ConstantPool, MVT::i32, Custom); 198 case ISD::ConstantPool: return LowerConstantPool(Op, DAG); [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | 707 setOperationAction(ISD::ConstantPool , MVT::i32, Custom); [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | 123 // Conversion of i64 -> double produces constantpool nodes 124 setOperationAction(ISD::ConstantPool, MVT::i32, Custom); 170 case ISD::ConstantPool: return LowerConstantPool(Op, DAG); [all...] |