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

1 2 3 4 5 6 7 8 91011

  /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) {
89 public ConstantPool getPool() {
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
ConstantPool.java 23 public interface ConstantPool {
  /dalvik/dx/src/com/android/dx/rop/cst/
ConstantPool.java 23 public interface 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) {
37 const MCExpr *ConstantPool::addEntry(const MCExpr *Value, MCContext &Context,
45 bool ConstantPool::empty() { return Entries.empty(); }
50 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) {
58 ConstantPool &
64 ConstantPool &CP) {
75 ConstantPool &CP = CPI.second
    [all...]
  /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);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
ConstantPools.h 1 //===- ConstantPool.h - Keep track of assembler-generated ------*- C++ -*-===//
10 // This file declares the ConstantPool and AssemblerConstantPools classes.
44 class ConstantPool {
51 ConstantPool() = default;
83 typedef MapVector<MCSection *, ConstantPool> ConstantPoolMapTy;
93 ConstantPool *getConstantPool(MCSection *Section);
94 ConstantPool &getOrCreateConstantPool(MCSection *Section);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
ConstantPools.h 1 //===- ConstantPool.h - Keep track of assembler-generated ------*- C++ -*-===//
10 // This file declares the ConstantPool and AssemblerConstantPools classes.
45 class ConstantPool {
52 ConstantPool() = default;
86 using ConstantPoolMapTy = MapVector<MCSection *, ConstantPool>;
97 ConstantPool *getConstantPool(MCSection *Section);
98 ConstantPool &getOrCreateConstantPool(MCSection *Section);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
ConstantPools.h 1 //===- ConstantPool.h - Keep track of assembler-generated ------*- C++ -*-===//
10 // This file declares the ConstantPool and AssemblerConstantPools classes.
45 class ConstantPool {
52 ConstantPool() = default;
86 using ConstantPoolMapTy = MapVector<MCSection *, ConstantPool>;
97 ConstantPool *getConstantPool(MCSection *Section);
98 ConstantPool &getOrCreateConstantPool(MCSection *Section);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
ConstantPools.h 1 //===- ConstantPool.h - Keep track of assembler-generated ------*- C++ -*-===//
10 // This file declares the ConstantPool and AssemblerConstantPools classes.
45 class ConstantPool {
52 ConstantPool() = default;
86 using ConstantPoolMapTy = MapVector<MCSection *, ConstantPool>;
97 ConstantPool *getConstantPool(MCSection *Section);
98 ConstantPool &getOrCreateConstantPool(MCSection *Section);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
ConstantPools.h 1 //===- ConstantPool.h - Keep track of assembler-generated ------*- C++ -*-===//
10 // This file declares the ConstantPool and AssemblerConstantPools classes.
45 class ConstantPool {
52 ConstantPool() = default;
86 using ConstantPoolMapTy = MapVector<MCSection *, ConstantPool>;
97 ConstantPool *getConstantPool(MCSection *Section);
98 ConstantPool &getOrCreateConstantPool(MCSection *Section);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
ConstantPools.h 1 //===- ConstantPool.h - Keep track of assembler-generated ------*- C++ -*-===//
10 // This file declares the ConstantPool and AssemblerConstantPools classes.
45 class ConstantPool {
52 ConstantPool() = default;
86 using ConstantPoolMapTy = MapVector<MCSection *, ConstantPool>;
97 ConstantPool *getConstantPool(MCSection *Section);
98 ConstantPool &getOrCreateConstantPool(MCSection *Section);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
ConstantPools.h 1 //===- ConstantPool.h - Keep track of assembler-generated ------*- C++ -*-===//
10 // This file declares the ConstantPool and AssemblerConstantPools classes.
45 class ConstantPool {
52 ConstantPool() = default;
86 using ConstantPoolMapTy = MapVector<MCSection *, ConstantPool>;
97 ConstantPool *getConstantPool(MCSection *Section);
98 ConstantPool &getOrCreateConstantPool(MCSection *Section);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
ConstantPools.h 1 //===- ConstantPool.h - Keep track of assembler-generated ------*- C++ -*-===//
10 // This file declares the ConstantPool and AssemblerConstantPools classes.
44 class ConstantPool {
51 ConstantPool() = default;
83 typedef MapVector<MCSection *, ConstantPool> ConstantPoolMapTy;
93 ConstantPool *getConstantPool(MCSection *Section);
94 ConstantPool &getOrCreateConstantPool(MCSection *Section);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
ConstantPools.h 1 //===- ConstantPool.h - Keep track of assembler-generated ------*- C++ -*-===//
10 // This file declares the ConstantPool and AssemblerConstantPools classes.
45 class ConstantPool {
52 ConstantPool() = default;
86 using ConstantPoolMapTy = MapVector<MCSection *, ConstantPool>;
97 ConstantPool *getConstantPool(MCSection *Section);
98 ConstantPool &getOrCreateConstantPool(MCSection *Section);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
ConstantPools.h 1 //===- ConstantPool.h - Keep track of assembler-generated ------*- C++ -*-===//
10 // This file declares the ConstantPool and AssemblerConstantPools classes.
45 class ConstantPool {
52 ConstantPool() = default;
86 using ConstantPoolMapTy = MapVector<MCSection *, ConstantPool>;
97 ConstantPool *getConstantPool(MCSection *Section);
98 ConstantPool &getOrCreateConstantPool(MCSection *Section);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
ConstantPools.h 1 //===- ConstantPool.h - Keep track of assembler-generated ------*- C++ -*-===//
10 // This file declares the ConstantPool and AssemblerConstantPools classes.
45 class ConstantPool {
52 ConstantPool() = default;
86 using ConstantPoolMapTy = MapVector<MCSection *, ConstantPool>;
97 ConstantPool *getConstantPool(MCSection *Section);
98 ConstantPool &getOrCreateConstantPool(MCSection *Section);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
ConstantPools.h 1 //===- ConstantPool.h - Keep track of assembler-generated ------*- C++ -*-===//
10 // This file declares the ConstantPool and AssemblerConstantPools classes.
45 class ConstantPool {
52 ConstantPool() = default;
86 using ConstantPoolMapTy = MapVector<MCSection *, ConstantPool>;
97 ConstantPool *getConstantPool(MCSection *Section);
98 ConstantPool &getOrCreateConstantPool(MCSection *Section);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
ConstantPools.h 1 //===- ConstantPool.h - Keep track of assembler-generated ------*- C++ -*-===//
10 // This file declares the ConstantPool and AssemblerConstantPools classes.
45 class ConstantPool {
52 ConstantPool() = default;
86 using ConstantPoolMapTy = MapVector<MCSection *, ConstantPool>;
97 ConstantPool *getConstantPool(MCSection *Section);
98 ConstantPool &getOrCreateConstantPool(MCSection *Section);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
ConstantPools.h 1 //===- ConstantPool.h - Keep track of assembler-generated ------*- C++ -*-===//
10 // This file declares the ConstantPool and AssemblerConstantPools classes.
45 class ConstantPool {
52 ConstantPool() = default;
86 using ConstantPoolMapTy = MapVector<MCSection *, ConstantPool>;
97 ConstantPool *getConstantPool(MCSection *Section);
98 ConstantPool &getOrCreateConstantPool(MCSection *Section);
  /dalvik/dx/src/com/android/dx/cf/iface/
ClassFile.java 20 import com.android.dx.rop.cst.ConstantPool;
82 public ConstantPool getConstantPool();
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb2RegisterInfo.cpp 43 MachineConstantPool *ConstantPool = MF.getConstantPool();
46 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
  /external/turbine/java/com/google/turbine/bytecode/
ClassWriter.java 39 ConstantPool pool = new ConstantPool();
61 ConstantPool pool, ByteArrayDataOutput output, ClassFile.MethodInfo method) {
69 ConstantPool pool, ByteArrayDataOutput output, ClassFile.FieldInfo field) {
77 ConstantPool pool, ByteArrayDataOutput body, List<Attribute> attributes) {
84 static void writeConstantPool(ConstantPool constantPool, ByteArrayDataOutput output) {
85 output.writeShort(constantPool.nextEntry);
86 for (ConstantPool.Entry e : constantPool.constants())
    [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();
  /external/annotation-tools/asmx/src/org/objectweb/asm/optimizer/
FieldConstantsCollector.java 47 private ConstantPool cp;
49 public FieldConstantsCollector(final FieldVisitor fv, final ConstantPool cp)
  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 42 ConstantPool,
68 bool isConstantPool() const { return Kind == ConstantPool; }

Completed in 771 milliseconds

1 2 3 4 5 6 7 8 91011