/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
|
D | arena_allocator.cc | 207 ArenaAllocator::ArenaAllocator(ArenaPool* pool) in ArenaAllocator() argument 208 : pool_(pool), in ArenaAllocator()
|
/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 | 26 ArenaPoolAndAllocator pool; in TEST() local 27 ScopedArenaAllocator* allocator = pool.GetScopedAllocator(); in TEST() 43 ArenaPoolAndAllocator pool; in TEST() local 44 ScopedArenaAllocator* allocator = pool.GetScopedAllocator(); in TEST() 71 ArenaPoolAndAllocator pool; in TEST() local 72 ScopedArenaAllocator* allocator = pool.GetScopedAllocator(); in TEST() 99 ArenaPoolAndAllocator pool; in TEST() local 100 ScopedArenaAllocator* allocator = pool.GetScopedAllocator(); in TEST() 191 ArenaPoolAndAllocator pool; in TEST() local 192 ScopedArenaAllocator* allocator = pool.GetScopedAllocator(); in TEST() [all …]
|
D | parallel_move_test.cc | 184 MallocArenaPool pool; in TYPED_TEST() local 185 ArenaAllocator allocator(&pool); in TYPED_TEST() 211 MallocArenaPool pool; in TYPED_TEST() local 212 ArenaAllocator allocator(&pool); in TYPED_TEST() 261 MallocArenaPool pool; in TYPED_TEST() local 262 ArenaAllocator allocator(&pool); in TYPED_TEST() 280 MallocArenaPool pool; in TYPED_TEST() local 281 ArenaAllocator allocator(&pool); in TYPED_TEST() 457 MallocArenaPool pool; in TYPED_TEST() local 458 ArenaAllocator allocator(&pool); in TYPED_TEST() [all …]
|
D | stack_map_test.cc | 51 MallocArenaPool pool; in TEST() local 52 ArenaStack arena_stack(&pool); in TEST() 105 MallocArenaPool pool; in TEST() local 106 ArenaStack arena_stack(&pool); in TEST() 299 MallocArenaPool pool; in TEST() local 300 ArenaStack arena_stack(&pool); in TEST() 362 MallocArenaPool pool; in TEST() local 363 ArenaStack arena_stack(&pool); in TEST() 410 MallocArenaPool pool; in TEST() local 411 ArenaStack arena_stack(&pool); in TEST() [all …]
|
/art/test/522-checker-regression-monitor-exit/src/ |
D | Main.java | 61 ExecutorService pool = Executors.newFixedThreadPool(numThreads); in main() local 69 List<Future<Integer>> results = pool.invokeAll(queries); in main() 78 pool.shutdown(); in main()
|
/art/runtime/ |
D | linear_alloc.cc | 23 LinearAlloc::LinearAlloc(ArenaPool* pool) : lock_("linear alloc"), allocator_(pool) { in LinearAlloc() argument
|
D | linear_alloc.h | 30 explicit LinearAlloc(ArenaPool* pool);
|
/art/compiler/utils/ |
D | swap_space_test.cc | 41 SwapSpace pool(fd, 1 * MB); in SwapTest() local 42 SwapAllocator<void> alloc(use_file ? &pool : nullptr); in SwapTest()
|
D | assembler_thumb_test.cc | 44 ArmVIXLAssemblerTest() : pool(), allocator(&pool), assembler(&allocator) { } in ArmVIXLAssemblerTest() 90 MallocArenaPool pool; member in art::arm::ArmVIXLAssemblerTest
|
/art/compiler/trampolines/ |
D | trampoline_compiler.cc | 175 MallocArenaPool pool; in CreateTrampoline64() local 176 ArenaAllocator allocator(&pool); in CreateTrampoline64() 197 MallocArenaPool pool; in CreateTrampoline32() local 198 ArenaAllocator allocator(&pool); in CreateTrampoline32()
|
/art/test/626-checker-arm64-scratch-register/ |
D | info.txt | 1 Regression test checking that the ARM64 scratch register pool is not
|
/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/test/596-monitor-inflation/ |
D | info.txt | 4 This allocates more monitors and hence may exercise the monitor pool
|
/art/compiler/jni/ |
D | jni_cfi_test.cc | 65 MallocArenaPool pool; in TestImplSized() local 66 ArenaAllocator allocator(&pool); in TestImplSized()
|
/art/tools/ |
D | run-libcore-tests.py | 249 with concurrent.futures.ThreadPoolExecutor(max_workers=args.jobs) as pool: 250 futures = [pool.submit(run_test, test_name) for test_name in get_test_names()]
|
/art/compiler/ |
D | exception_test.cc | 77 MallocArenaPool pool; in SetUp() local 78 ArenaStack arena_stack(&pool); in SetUp()
|
/art/test/571-irreducible-loop/smali/ |
D | IrreducibleLoop.smali | 20 # disabled the constant pool optimization.
|
/art/tools/luci/config/ |
D | cr-buildbucket.cfg | 34 dimensions: "pool:luci.art.ci"
|
/art/runtime/jit/ |
D | jit.cc | 373 std::unique_ptr<ThreadPool> pool; in DeleteThreadPool() local 378 pool = std::move(thread_pool_); in DeleteThreadPool() 383 pool->StopWorkers(self); in DeleteThreadPool() 384 pool->RemoveAllTasks(self); in DeleteThreadPool() 389 pool->Wait(self, false, false); in DeleteThreadPool()
|