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

1 2 3 4 5

  /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 {
  /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.
40 class ConstantPool {
46 ConstantPool() {}
78 typedef MapVector<MCSection *, ConstantPool> ConstantPoolMapTy;
88 ConstantPool *getConstantPool(MCSection *Section);
89 ConstantPool &getOrCreateConstantPool(MCSection *Section);
  /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/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,
46 bool ConstantPool::empty() { return Entries.empty(); }
51 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) {
59 ConstantPool &
65 ConstantPool &CP) {
78 ConstantPool &CP = CPI->second
    [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;
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() {
  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 40 ConstantPool,
64 bool isConstantPool() const { return Kind == ConstantPool; }
StackMaps.h 194 typedef MapVector<uint64_t, uint64_t> ConstantPool;
213 ConstantPool ConstPool;
MachineFunction.h 106 MachineConstantPool *ConstantPool;
226 MachineConstantPool *getConstantPool() { return ConstantPool; }
227 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
ISDOpcodes.h 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress,
    [all...]
  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 27 "Stack", "GOT", "JumpTable", "ConstantPool", "FixedStack",
103 ConstantPoolPSV(PseudoSourceValue::ConstantPool) {}
MIRPrinter.cpp 84 const MachineConstantPool &ConstantPool);
179 if (const auto *ConstantPool = MF.getConstantPool())
180 convert(YamlMF, *ConstantPool);
375 const MachineConstantPool &ConstantPool) {
377 for (const MachineConstantPoolEntry &Constant : ConstantPool.getConstants()) {
877 case PseudoSourceValue::ConstantPool:
  /external/llvm/lib/Target/ARM/
ThumbRegisterInfo.cpp 71 MachineConstantPool *ConstantPool = MF.getConstantPool();
74 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
90 MachineConstantPool *ConstantPool = MF.getConstantPool();
93 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
  /external/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 122 bool initializeConstantPool(MachineConstantPool &ConstantPool,
292 auto *ConstantPool = MF.getConstantPool();
293 assert(ConstantPool && "Constant pool must be created");
294 if (initializeConstantPool(*ConstantPool, YamlMF, MF,
587 MachineConstantPool &ConstantPool, const yaml::MachineFunction &YamlMF,
601 unsigned Index = ConstantPool.getConstantPoolIndex(Value, Alignment);
  /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 446 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool();
449 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);

Completed in 624 milliseconds

1 2 3 4 5