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

1 2 3

  /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() {
  /external/llvm/include/llvm/MC/
ConstantPools.h 1 //===- ConstantPool.h - Keep track of assembler-generated ------*- C++ -*-===//
10 // This file declares the ConstantPool and AssemblerConstantPools classes.
27 class ConstantPool {
33 ConstantPool() {}
63 typedef MapVector<const MCSection *, ConstantPool> ConstantPoolMapTy;
75 ConstantPool *getConstantPool(const MCSection *Section);
76 ConstantPool &getOrCreateConstantPool(const MCSection *Section);
  /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 {
  /external/llvm/lib/MC/
ConstantPools.cpp 1 //===- ConstantPools.cpp - ConstantPool class --*- C++ -*---------===//
10 // This file implements the ConstantPool and AssemblerConstantPools classes.
21 // ConstantPool implementation
24 void ConstantPool::emitEntries(MCStreamer &Streamer) {
38 const MCExpr *ConstantPool::addEntry(const MCExpr *Value, MCContext &Context) {
45 bool ConstantPool::empty() { return Entries.empty(); }
50 ConstantPool *
59 ConstantPool &
65 ConstantPool &CP) {
78 ConstantPool &CP = CPI->second
    [all...]
  /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 44 MachineConstantPool *ConstantPool = MF.getConstantPool();
47 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
ARMBaseRegisterInfo.cpp 406 MachineConstantPool *ConstantPool = MF.getConstantPool();
409 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
  /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;
217 ConstantPool pool = cf.getConstantPool();
321 ConstantPool pool = cf.getConstantPool();
355 ConstantPool pool = cf.getConstantPool();
412 ConstantPool pool = cf.getConstantPool();
558 ConstantPool pool, ParseObserver observer, int count,
682 ConstantPool pool = cf.getConstantPool();
704 ConstantPool pool = cf.getConstantPool();
AnnotationParser.java 27 import com.android.dx.rop.cst.ConstantPool;
55 private final ConstantPool pool;
DirectClassFile.java 30 import com.android.dx.rop.cst.ConstantPool;
286 public ConstantPool getConstantPool() {
  /dalvik/dx/src/com/android/multidex/
ClassReferenceListBuilder.java 21 import com.android.dx.rop.cst.ConstantPool;
96 private void addDependencies(ConstantPool pool) {
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 139 typedef MapVector<int64_t, int64_t> ConstantPool;
158 ConstantPool ConstPool;
MachineFunction.h 93 MachineConstantPool *ConstantPool;
192 MachineConstantPool *getConstantPool() { return ConstantPool; }
193 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
ISDOpcodes.h 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress,
    [all...]
  /dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java 46 import com.android.dx.rop.cst.ConstantPool;
140 ConstantPool constantPool = cf.getConstantPool();
141 int constantPoolSize = constantPool.size();
144 Constant constant = constantPool.getOrNull(i);
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 455 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool();
458 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 72 ConstantPool = new (Allocator) MachineConstantPool(TM);
108 ConstantPool->~MachineConstantPool();
109 Allocator.Deallocate(ConstantPool);
351 ConstantPool->print(OS);
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 298 /// ConstantPool - The constant pool for the current function.
300 MachineConstantPool *ConstantPool;
    [all...]

Completed in 279 milliseconds

1 2 3