Home
last modified time | relevance | path

Searched refs:pool (Results 1 – 25 of 34) sorted by relevance

12

/art/libartbase/base/
Darena_allocator_test.cc38 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 …]
Dbit_table_test.cc30 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 …]
Dscoped_arena_allocator.cc37 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()
Dscoped_arena_allocator.h80 explicit StatsAndPool(ArenaPool* arena_pool) : pool(arena_pool) { } in StatsAndPool()
81 ArenaPool* const pool; member
Darena_allocator.cc207 ArenaAllocator::ArenaAllocator(ArenaPool* pool) in ArenaAllocator() argument
208 : pool_(pool), in ArenaAllocator()
/art/test/636-arm64-veneer-pool/
DAndroid.bp3 // 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/
Dlive_interval_test.cc26 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 …]
Dparallel_move_test.cc184 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 …]
Dstack_map_test.cc51 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/
DMain.java61 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/
Dlinear_alloc.cc23 LinearAlloc::LinearAlloc(ArenaPool* pool) : lock_("linear alloc"), allocator_(pool) { in LinearAlloc() argument
Dlinear_alloc.h30 explicit LinearAlloc(ArenaPool* pool);
/art/compiler/utils/
Dswap_space_test.cc41 SwapSpace pool(fd, 1 * MB); in SwapTest() local
42 SwapAllocator<void> alloc(use_file ? &pool : nullptr); in SwapTest()
Dassembler_thumb_test.cc44 ArmVIXLAssemblerTest() : pool(), allocator(&pool), assembler(&allocator) { } in ArmVIXLAssemblerTest()
90 MallocArenaPool pool; member in art::arm::ArmVIXLAssemblerTest
/art/compiler/trampolines/
Dtrampoline_compiler.cc175 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/
Dinfo.txt1 Regression test checking that the ARM64 scratch register pool is not
/art/test/635-checker-arm64-volatile-load-cc/
Dinfo.txt1 Regression test checking that the VIXL ARM64 scratch register pool is
/art/test/646-checker-arraycopy-large-cst-pos/
Dinfo.txt2 pool during the emission of a SystemArrayCopy intrinsic with a large
/art/test/596-monitor-inflation/
Dinfo.txt4 This allocates more monitors and hence may exercise the monitor pool
/art/compiler/jni/
Djni_cfi_test.cc65 MallocArenaPool pool; in TestImplSized() local
66 ArenaAllocator allocator(&pool); in TestImplSized()
/art/tools/
Drun-libcore-tests.py249 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/
Dexception_test.cc77 MallocArenaPool pool; in SetUp() local
78 ArenaStack arena_stack(&pool); in SetUp()
/art/test/571-irreducible-loop/smali/
DIrreducibleLoop.smali20 # disabled the constant pool optimization.
/art/tools/luci/config/
Dcr-buildbucket.cfg34 dimensions: "pool:luci.art.ci"
/art/runtime/jit/
Djit.cc373 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()

12