/art/libartbase/base/ |
D | arena_allocator_test.cc | 38 MallocArenaPool pool; in TEST_F() local 39 ArenaAllocator allocator(&pool); in TEST_F() 49 MallocArenaPool pool; in TEST_F() local 55 ArenaAllocator allocator(&pool); in TEST_F() 61 ArenaAllocator allocator(&pool); in TEST_F() 76 MallocArenaPool pool; in TEST_F() local 77 ArenaAllocator allocator(&pool); in TEST_F() 85 MallocArenaPool pool; in TEST_F() local 86 ArenaAllocator allocator(&pool); in TEST_F() 97 MallocArenaPool pool; in TEST_F() local [all …]
|
D | bit_table_test.cc | 30 MallocArenaPool pool; in TEST() local 31 ArenaStack arena_stack(&pool); in TEST() 46 MallocArenaPool pool; in TEST() local 47 ArenaStack arena_stack(&pool); in TEST() 72 MallocArenaPool pool; in TEST() local 73 ArenaStack arena_stack(&pool); in TEST() 92 MallocArenaPool pool; in TEST() local 93 ArenaStack arena_stack(&pool); in TEST() 123 MallocArenaPool pool; in TEST() local 124 ArenaStack arena_stack(&pool); in TEST() [all …]
|
D | scoped_arena_allocator.cc | 37 stats_and_pool_.pool->FreeArenaChain(bottom_arena_); in ~ArenaStack() 42 stats_and_pool_.pool->FreeArenaChain(bottom_arena_); in Reset() 58 top_arena_ = bottom_arena_ = stats_and_pool_.pool->AllocArena(allocation_size); in AllocateFromNextArena() 64 top_arena_->next_ = stats_and_pool_.pool->AllocArena(allocation_size); in AllocateFromNextArena()
|
D | scoped_arena_allocator.h | 80 explicit StatsAndPool(ArenaPool* arena_pool) : pool(arena_pool) { } in StatsAndPool() 81 ArenaPool* const pool; member
|
/art/test/636-arm64-veneer-pool/ |
D | Android.bp | 3 // Build rules for ART run-test `636-arm64-veneer-pool`. 16 name: "art-run-test-636-arm64-veneer-pool", 21 ":art-run-test-636-arm64-veneer-pool-expected-stdout", 22 ":art-run-test-636-arm64-veneer-pool-expected-stderr", 28 name: "art-run-test-636-arm64-veneer-pool-expected-stdout", 29 out: ["art-run-test-636-arm64-veneer-pool-expected-stdout.txt"], 36 name: "art-run-test-636-arm64-veneer-pool-expected-stderr", 37 out: ["art-run-test-636-arm64-veneer-pool-expected-stderr.txt"],
|
/art/compiler/optimizing/ |
D | live_interval_test.cc | 27 ArenaPoolAndAllocator pool; in TEST() local 28 ScopedArenaAllocator* allocator = pool.GetScopedAllocator(); in TEST() 44 ArenaPoolAndAllocator pool; in TEST() local 45 ScopedArenaAllocator* allocator = pool.GetScopedAllocator(); in TEST() 72 ArenaPoolAndAllocator pool; in TEST() local 73 ScopedArenaAllocator* allocator = pool.GetScopedAllocator(); in TEST() 100 ArenaPoolAndAllocator pool; in TEST() local 101 ScopedArenaAllocator* allocator = pool.GetScopedAllocator(); in TEST() 192 ArenaPoolAndAllocator pool; in TEST() local 193 ScopedArenaAllocator* allocator = pool.GetScopedAllocator(); in TEST() [all …]
|
D | parallel_move_test.cc | 185 MallocArenaPool pool; in TYPED_TEST() local 186 ArenaAllocator allocator(&pool); in TYPED_TEST() 212 MallocArenaPool pool; in TYPED_TEST() local 213 ArenaAllocator allocator(&pool); in TYPED_TEST() 262 MallocArenaPool pool; in TYPED_TEST() local 263 ArenaAllocator allocator(&pool); in TYPED_TEST() 281 MallocArenaPool pool; in TYPED_TEST() local 282 ArenaAllocator allocator(&pool); in TYPED_TEST() 458 MallocArenaPool pool; in TYPED_TEST() local 459 ArenaAllocator allocator(&pool); in TYPED_TEST() [all …]
|
D | stack_map_test.cc | 52 MallocArenaPool pool; in TEST() local 53 ArenaStack arena_stack(&pool); in TEST() 111 MallocArenaPool pool; in TEST() local 112 ArenaStack arena_stack(&pool); in TEST() 310 MallocArenaPool pool; in TEST() local 311 ArenaStack arena_stack(&pool); in TEST() 378 MallocArenaPool pool; in TEST() local 379 ArenaStack arena_stack(&pool); in TEST() 431 MallocArenaPool pool; in TEST() local 432 ArenaStack arena_stack(&pool); in TEST() [all …]
|
/art/test/522-checker-regression-monitor-exit/src/ |
D | Main.java | 57 ExecutorService pool = Executors.newFixedThreadPool(numThreads); in main() local 65 List<Future<Integer>> results = pool.invokeAll(queries); in main() 74 pool.shutdown(); in main()
|
/art/tools/luci/config/generated/ |
D | cr-buildbucket.cfg | 21 dimensions: "pool:luci.art.ci" 52 dimensions: "pool:luci.art.ci" 83 dimensions: "pool:luci.art.ci" 112 dimensions: "pool:luci.art.ci" 143 dimensions: "pool:luci.art.ci" 174 dimensions: "pool:luci.art.ci" 203 dimensions: "pool:luci.art.ci" 234 dimensions: "pool:luci.art.ci" 266 dimensions: "pool:luci.art.ci" 297 dimensions: "pool:luci.art.ci" [all …]
|
/art/dex2oat/utils/ |
D | swap_space_test.cc | 40 SwapSpace pool(fd, 1 * MB); in SwapTest() local 41 SwapAllocator<void> alloc(use_file ? &pool : nullptr); in SwapTest()
|
/art/dex2oat/linker/ |
D | code_info_table_deduper_test.cc | 34 MallocArenaPool pool; in TEST() local 35 ArenaStack arena_stack(&pool); in TEST()
|
/art/test/626-checker-arm64-scratch-register/ |
D | info.txt | 1 Regression test checking that the ARM64 scratch register pool is not
|
/art/compiler/trampolines/ |
D | trampoline_compiler.cc | 203 MallocArenaPool pool; in CreateTrampoline64() local 204 ArenaAllocator allocator(&pool); in CreateTrampoline64() 229 MallocArenaPool pool; in CreateTrampoline32() local 230 ArenaAllocator allocator(&pool); in CreateTrampoline32()
|
/art/test/635-checker-arm64-volatile-load-cc/ |
D | info.txt | 1 Regression test checking that the VIXL ARM64 scratch register pool is
|
/art/test/646-checker-arraycopy-large-cst-pos/ |
D | info.txt | 2 pool during the emission of a SystemArrayCopy intrinsic with a large
|
/art/runtime/ |
D | linear_alloc.h | 78 explicit LinearAlloc(ArenaPool* pool, bool track_allocs) in LinearAlloc() argument 79 : lock_("linear alloc"), allocator_(pool), track_allocations_(track_allocs) {} in LinearAlloc()
|
D | thread_pool.h | 225 ThreadPool* pool = new ThreadPool(name, num_threads, create_peers, worker_stack_size); 226 pool->CreateThreads(); 227 return pool;
|
/art/test/596-monitor-inflation/ |
D | info.txt | 4 This allocates more monitors and hence may exercise the monitor pool
|
/art/runtime/base/ |
D | gc_visited_arena_pool.h | 319 GcVisitedArenaPool* pool = in allocate() local 321 return reinterpret_cast<T*>(pool->AllocSingleObjArena(size)); in allocate() 329 GcVisitedArenaPool* pool = in deallocate() local 331 pool->FreeSingleObjArena(reinterpret_cast<uint8_t*>(p)); in deallocate()
|
/art/compiler/jni/ |
D | jni_cfi_test.cc | 63 MallocArenaPool pool; in TestImplSized() local 64 ArenaAllocator allocator(&pool); in TestImplSized()
|
/art/runtime/jit/ |
D | jit.h | 119 JitThreadPool* pool = new JitThreadPool(name, num_threads, worker_stack_size); 120 pool->CreateThreads(); 121 return pool;
|
/art/tools/ |
D | run-libcore-tests.py | 516 with concurrent.futures.ThreadPoolExecutor(max_workers=args.jobs) as pool: 517 futures = [pool.submit(run_test, test_name) for test_name in get_test_names()]
|
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 45 ArmVIXLAssemblerTest() : pool(), allocator(&pool), assembler(&allocator) { } in ArmVIXLAssemblerTest() 91 MallocArenaPool pool; member in art::arm::ArmVIXLAssemblerTest
|
/art/compiler/ |
D | exception_test.cc | 81 MallocArenaPool pool; in SetUp() local 82 ArenaStack arena_stack(&pool); in SetUp()
|