Home
last modified time | relevance | path

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

12

/art/runtime/base/
Darena_allocator_test.cc36 ArenaPool pool; in TEST_F() local
37 ArenaAllocator allocator(&pool); in TEST_F()
47 ArenaPool pool; in TEST_F() local
53 ArenaAllocator allocator(&pool); in TEST_F()
59 ArenaAllocator allocator(&pool); in TEST_F()
74 ArenaPool pool; in TEST_F() local
75 ArenaAllocator allocator(&pool); in TEST_F()
83 ArenaPool pool; in TEST_F() local
84 ArenaAllocator allocator(&pool); in TEST_F()
95 ArenaPool pool; in TEST_F() local
[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.h78 explicit StatsAndPool(ArenaPool* arena_pool) : pool(arena_pool) { } in StatsAndPool()
79 ArenaPool* const pool; member
Darena_allocator.cc395 ArenaAllocator::ArenaAllocator(ArenaPool* pool) in ArenaAllocator() argument
396 : pool_(pool), in ArenaAllocator()
Darena_allocator.h282 explicit ArenaAllocator(ArenaPool* pool);
/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.cc183 ArenaPool pool; in TYPED_TEST() local
184 ArenaAllocator allocator(&pool); in TYPED_TEST()
210 ArenaPool pool; in TYPED_TEST() local
211 ArenaAllocator allocator(&pool); in TYPED_TEST()
260 ArenaPool pool; in TYPED_TEST() local
261 ArenaAllocator allocator(&pool); in TYPED_TEST()
279 ArenaPool pool; in TYPED_TEST() local
280 ArenaAllocator allocator(&pool); in TYPED_TEST()
456 ArenaPool pool; in TYPED_TEST() local
457 ArenaAllocator allocator(&pool); in TYPED_TEST()
[all …]
Dstack_map_test.cc49 ArenaPool pool; in TEST() local
50 ArenaStack arena_stack(&pool); in TEST()
131 ArenaPool pool; in TEST() local
132 ArenaStack arena_stack(&pool); in TEST()
416 ArenaPool pool; in TEST() local
417 ArenaStack arena_stack(&pool); in TEST()
511 ArenaPool pool; in TEST() local
512 ArenaStack arena_stack(&pool); in TEST()
591 ArenaPool pool; in TEST() local
592 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.h29 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.cc170 ArmVIXLAssemblerTest() : pool(), allocator(&pool), assembler(&allocator) { } in ArmVIXLAssemblerTest()
172 ArenaPool pool; member in art::arm::ArmVIXLAssemblerTest
/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.cc64 ArenaPool pool; in TestImplSized() local
65 ArenaAllocator allocator(&pool); in TestImplSized()
/art/compiler/trampolines/
Dtrampoline_compiler.cc246 ArenaPool pool; in CreateTrampoline64() local
247 ArenaAllocator allocator(&pool); in CreateTrampoline64()
272 ArenaPool pool; in CreateTrampoline32() local
273 ArenaAllocator allocator(&pool); in CreateTrampoline32()
/art/runtime/jit/
Djit.cc339 std::unique_ptr<ThreadPool> pool; in DeleteThreadPool() local
344 pool = std::move(thread_pool_); in DeleteThreadPool()
349 pool->StopWorkers(self); in DeleteThreadPool()
350 pool->RemoveAllTasks(self); in DeleteThreadPool()
355 pool->Wait(self, false, false); in DeleteThreadPool()
/art/test/571-irreducible-loop/smali/
DIrreducibleLoop.smali20 # disabled the constant pool optimization.
/art/compiler/
Dexception_test.cc70 ArenaPool pool; in SetUp() local
71 ArenaStack arena_stack(&pool); in SetUp()
/art/compiler/linker/arm/
Drelative_patcher_thumb2.cc358 ArenaPool pool; in CompileThunk() local
359 ArenaAllocator allocator(&pool); in CompileThunk()
/art/compiler/jni/quick/
Djni_compiler.cc177 ArenaPool pool; in ArtJniCompileMethodInternal() local
178 ArenaAllocator allocator(&pool); in ArtJniCompileMethodInternal()
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc516 ArenaPool pool; in CompileThunk() local
517 ArenaAllocator allocator(&pool); in CompileThunk()

12