Home
last modified time | relevance | path

Searched defs:Pool (Results 1 – 21 of 21) sorted by relevance

/external/llvm/unittests/Support/
DThreadPool.cpp93 ThreadPool Pool; in TEST_F() local
113 ThreadPool Pool; in TEST_F() local
123 ThreadPool Pool; in TEST_F() local
138 ThreadPool Pool{2}; in TEST_F() local
157 ThreadPool Pool; in TEST_F() local
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
DPool.java9 abstract class Pool<T> { class
15 public Pool(int initCapacity, Callback<T> callback) { in Pool() method in Pool
/external/llvm/lib/Target/NVPTX/
DManagedStringPool.h27 SmallVector<std::string *, 8> Pool; variable
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DMappedBlockStream.h61 mutable llvm::BumpPtrAllocator Pool; variable
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.h30 StringMap<EntryTy, BumpPtrAllocator &> Pool; variable
DAddressPool.h28 DenseMap<const MCSymbol *, AddressPoolEntry> Pool; variable
/external/toolchain-utils/bestflags/
Dgeneration.py57 def Pool(self): member in Generation
/external/llvm/tools/llvm-dwp/
DDWPStringPool.h35 DenseMap<const char *, uint32_t, CStrDenseMapInfo> Pool; variable
/external/llvm/include/llvm/Support/
DStringPool.h46 StringPool *Pool; ///< So the string can remove itself. member
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DStringPool.h47 StringPool *Pool; ///< So the string can remove itself. member
/external/swiftshader/third_party/LLVM/lib/TableGen/
DRecord.cpp473 typedef FoldingSet<BitsInit> Pool; in get() typedef
543 typedef DenseMap<int64_t, IntInit *> Pool; in get() typedef
569 typedef StringMap<StringInit *> Pool; in get() typedef
578 typedef StringMap<CodeInit *> Pool; in get() typedef
600 typedef FoldingSet<ListInit> Pool; in get() typedef
726 typedef DenseMap<Key, UnOpInit *> Pool; in get() typedef
875 typedef DenseMap<Key, BinOpInit *> Pool; in get() typedef
993 typedef DenseMap<Key, TernOpInit *> Pool; in get() typedef
1302 typedef DenseMap<Key, VarInit *> Pool; in get() typedef
1397 typedef DenseMap<Key, VarBitInit *> Pool; in get() typedef
[all …]
/external/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h38 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry()
/external/v8/tools/testrunner/local/
Dpool.py66 class Pool(): class
/external/clang/lib/Sema/
DIdentifierResolver.cpp41 IdDeclInfo Pool[POOL_SIZE]; member
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.h45 struct memory_pool Pool; member
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp672 ThreadPool Pool; in run() local
774 ThreadPool Pool(ThreadCount); in run() local
/external/syslinux/gpxe/src/include/gpxe/efi/Pi/
DPiHob.h290 EFI_HOB_MEMORY_POOL *Pool; member
/external/llvm/tools/llvm-cov/
DCodeCoverage.cpp552 ThreadPool Pool(ThreadCount); in show() local
/external/llvm/unittests/CodeGen/
DDIEHashTest.cpp29 StringMap<DwarfStringPoolEntry> Pool; member in __anond993bce70111::DIEHashTest
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h72 explicit Pool(MacroAssembler* masm) in Pool() function
3171 friend class Pool; variable
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp704 void DwarfStreamer::emitStrings(const NonRelocatableStringpool &Pool) { in emitStrings()