Home
last modified time | relevance | path

Searched defs:thread_pool (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dthread_pool_test.cc62 ThreadPool thread_pool(num_threads); in TEST_F() local
77 ThreadPool thread_pool(num_threads); in TEST_F() local
105 TreeTask(ThreadPool* const thread_pool, AtomicInteger* count, int depth) in TreeTask()
132 ThreadPool thread_pool(num_threads); in TEST_F() local
Dthread_pool.cc28 ThreadPoolWorker::ThreadPoolWorker(ThreadPool* thread_pool, const std::string& name, in ThreadPoolWorker()
198 WorkStealingWorker::WorkStealingWorker(ThreadPool* thread_pool, const std::string& name, in WorkStealingWorker()
205 WorkStealingThreadPool* thread_pool = down_cast<WorkStealingThreadPool*>(thread_pool_); in Run() local
Dbarrier_test.cc69 ThreadPool thread_pool(num_threads); in TEST_F() local
124 ThreadPool thread_pool(num_threads); in TEST_F() local
/art/compiler/driver/
Dcompiler_driver.cc492 UniquePtr<ThreadPool> thread_pool(new ThreadPool(thread_count_ - 1)); in CompileAll() local
556 UniquePtr<ThreadPool> thread_pool(new ThreadPool(0U)); in CompileOne() local
578 ThreadPool& thread_pool, base::TimingLogger& timings) { in Resolve()
587 ThreadPool& thread_pool, base::TimingLogger& timings) { in PreCompile()
1344 ThreadPool& thread_pool) in ParallelCompilationManager()
1607 ThreadPool& thread_pool, base::TimingLogger& timings) { in ResolveDexFile()
1628 ThreadPool& thread_pool, base::TimingLogger& timings) { in Verify()
1682 ThreadPool& thread_pool, base::TimingLogger& timings) { in VerifyDexFile()
2187 ThreadPool& thread_pool, base::TimingLogger& timings) { in InitializeClasses()
2206 ThreadPool& thread_pool, base::TimingLogger& timings) { in InitializeClasses()
[all …]
/art/runtime/gc/collector/
Dmark_sweep.cc632 MarkStackTask(ThreadPool* thread_pool, MarkSweep* mark_sweep, size_t mark_stack_size, in MarkStackTask()
744 CardScanTask(ThreadPool* thread_pool, MarkSweep* mark_sweep, accounting::SpaceBitmap* bitmap, in CardScanTask()
789 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ScanGrayObjects() local
903 RecursiveMarkTask(ThreadPool* thread_pool, MarkSweep* mark_sweep, in RecursiveMarkTask()
945 ThreadPool* thread_pool = heap_->GetThreadPool(); in RecursiveMark() local
1404 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ProcessMarkStackParallel() local