Home
last modified time | relevance | path

Searched refs:Pool (Results 1 – 25 of 77) sorted by relevance

1234

/external/llvm/unittests/Support/
DThreadPool.cpp93 ThreadPool Pool; in TEST_F() local
95 Pool.async([this, &checked_in, i] { in TEST_F()
102 Pool.wait(); in TEST_F()
113 ThreadPool Pool; in TEST_F() local
115 Pool.async(TestFunc, std::ref(checked_in), i); in TEST_F()
117 Pool.wait(); in TEST_F()
123 ThreadPool Pool; in TEST_F() local
125 Pool.async([this, &i] { in TEST_F()
129 Pool.async([&i] { ++i; }); in TEST_F()
132 Pool.wait(); in TEST_F()
[all …]
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.cpp19 : Pool(A), Prefix(Prefix), in DwarfStringPool()
24 auto I = Pool.insert(std::make_pair(Str, EntryTy())); in getEntry()
27 Entry.Index = Pool.size() - 1; in getEntry()
39 if (Pool.empty()) in emit()
47 SmallVector<const StringMapEntry<EntryTy> *, 64> Entries(Pool.size()); in emit()
49 for (const auto &E : Pool) in emit()
DAddressPool.cpp22 Pool.insert(std::make_pair(Sym, AddressPoolEntry(Pool.size(), TLS))); in getIndex()
28 if (Pool.empty()) in emit()
35 SmallVector<const MCExpr *, 64> Entries(Pool.size()); in emit()
37 for (const auto &I : Pool) in emit()
DAddressPool.h28 DenseMap<const MCSymbol *, AddressPoolEntry> Pool; variable
45 bool isEmpty() { return Pool.empty(); } in isEmpty()
DDwarfStringPool.h30 StringMap<EntryTy, BumpPtrAllocator &> Pool; variable
43 bool empty() const { return Pool.empty(); } in empty()
/external/llvm/lib/Target/NVPTX/
DManagedStringPool.h27 SmallVector<std::string *, 8> Pool; variable
32 SmallVectorImpl<std::string *>::iterator Current = Pool.begin(); in ~ManagedStringPool()
33 while (Current != Pool.end()) { in ~ManagedStringPool()
41 Pool.push_back(Str); in getManagedString()
/external/clang/tools/libclang/
DCXString.cpp130 for (std::vector<CXStringBuf *>::iterator I = Pool.begin(), E = Pool.end(); in ~CXStringPool()
137 if (Pool.empty()) in getCXStringBuf()
140 CXStringBuf *Buf = Pool.back(); in getCXStringBuf()
142 Pool.pop_back(); in getCXStringBuf()
151 TU->StringPool->Pool.push_back(this); in dispose()
DCXString.h81 std::vector<CXStringBuf *> Pool;
/external/v8/tools/testrunner/local/
Dpool_unittest.py8 from pool import Pool
18 pool = Pool(3)
25 pool = Pool(3)
35 pool = Pool(3)
/external/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h38 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry() argument
39 : Pool(Pool), Value(std::move(Value)) {} in PoolEntry()
40 ~PoolEntry() { Pool.removeEntry(this); } in ~PoolEntry()
43 ValuePool &Pool;
/external/llvm/include/llvm/Support/
DStringPool.h46 StringPool *Pool; ///< So the string can remove itself. member
50 PooledString() : Pool(nullptr), Refcount(0) { } in PooledString()
106 S->getValue().Pool->InternTable.remove(S); in clear()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_variable.c280 memory_pool_malloc(&c->Pool, sizeof(struct rc_variable)); in rc_variable()
308 rc_list_add(variable_list, rc_list(&variable->C->Pool, variable)); in get_variable_helper()
436 rc_list_add(&list, rc_list(&var->C->Pool, a)); in rc_variable_readers_union()
484 rc_list_add(&writer_list, rc_list(&var->C->Pool, var)); in rc_variable_list_get_writers()
489 rc_list(&var->C->Pool, friend)); in rc_variable_list_get_writers()
Dradeon_dataflow_deadcode.c94 memory_pool_array_reserve(&s->C->Pool, struct updatemask_state, in push_break()
102 memory_pool_array_reserve(&s->C->Pool, struct loopinfo, s->LoopStack, in push_loop()
111 memory_pool_array_reserve(&s->C->Pool, struct branchinfo, s->BranchStack, in push_branch()
225 s.Instructions = memory_pool_malloc(&c->Pool, sizeof(struct instruction_state)*nr_instructions); in rc_dataflow_deadcode()
Dradeon_pair_regalloc.c555 node_classes = memory_pool_malloc(&s->C->Pool, in do_advanced_regalloc()
557 input_classes = memory_pool_malloc(&s->C->Pool, in do_advanced_regalloc()
727 s.Input = memory_pool_malloc(&cc->Pool, in rc_pair_regalloc()
732 s.Temporary = memory_pool_malloc(&cc->Pool, in rc_pair_regalloc()
Dradeon_rename_regs.c64 used = memory_pool_malloc(&c->Pool, sizeof(unsigned char) * used_length); in rc_rename_regs()
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
Dcontext.py196 class Pool(object): class
216 class _MutationPool(Pool):
343 class _Counters(Pool):
/external/jetty/src/resources/org/eclipse/jetty/util/thread/jmx/
DThreadPool-mbean.properties1 ThreadPool: Pool of threads
/external/chromium-trace/catapult/catapult_base/catapult_base/refactor/
D__init__.py28 return multiprocessing.Pool().map(transform, file_paths)
/external/llvm/lib/Support/
DStringPool.cpp31 S->getValue().Pool = this; in intern()
/external/libxml2/test/catalogs/
Dcatal2.sgml3 PUBLIC "-//Davenport//ELEMENTS DocBook Information Pool V3.0//EN" "dbpool.mod"
Dcatal3.sgml3 PUBLIC "-//OASIS//ELEMENTS DocBook XML Information Pool V4.1//EN" "dbpool.mod"
/external/v8/tools/gcmole/
Dparallel.py38 pool = multiprocessing.Pool(processes=processes)
/external/chromium-trace/catapult/experimental/buildbot/
Ddownload.py37 process_pool = multiprocessing.Pool(4)
/external/llvm/docs/CommandGuide/
Dllvm-bcanalyzer.rst87 The size, in bytes, of the Global Types Pool. Percentage is relative to File
90 **Constant Pool Bytes**
92 The size, in bytes, of the Constant Pool Blocks Percentage is relative to File
134 The total number of types defined in the Global Types Pool.
138 The total number of constants (of any type) defined in the Constant Pool.
/external/jetty/src/resources/org/eclipse/jetty/server/jmx/
DServer-mbean.properties5 threadPool: MObject:The server Thread Pool

1234