Home
last modified time | relevance | path

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

12

/art/compiler/optimizing/
Dgraph_checker_test.cc48 ArenaPool pool; in TestCode() local
49 ArenaAllocator allocator(&pool); in TestCode()
59 ArenaPool pool; in TestCodeSSA() local
60 ArenaAllocator allocator(&pool); in TestCodeSSA()
111 ArenaPool pool; in TEST() local
112 ArenaAllocator allocator(&pool); in TEST()
129 ArenaPool pool; in TEST() local
130 ArenaAllocator allocator(&pool); in TEST()
Dnodes_test.cc30 ArenaPool pool; in TEST() local
31 ArenaAllocator allocator(&pool); in TEST()
72 ArenaPool pool; in TEST() local
73 ArenaAllocator allocator(&pool); in TEST()
98 ArenaPool pool; in TEST() local
99 ArenaAllocator allocator(&pool); in TEST()
118 ArenaPool pool; in TEST() local
119 ArenaAllocator allocator(&pool); in TEST()
Dgraph_test.cc73 ArenaPool pool; in TEST() local
74 ArenaAllocator allocator(&pool); in TEST()
108 ArenaPool pool; in TEST() local
109 ArenaAllocator allocator(&pool); in TEST()
143 ArenaPool pool; in TEST() local
144 ArenaAllocator allocator(&pool); in TEST()
178 ArenaPool pool; in TEST() local
179 ArenaAllocator allocator(&pool); in TEST()
213 ArenaPool pool; in TEST() local
214 ArenaAllocator allocator(&pool); in TEST()
[all …]
Dlive_ranges_test.cc65 ArenaPool pool; in TEST() local
66 ArenaAllocator allocator(&pool); in TEST()
114 ArenaPool pool; in TEST() local
115 ArenaAllocator allocator(&pool); in TEST()
165 ArenaPool pool; in TEST() local
166 ArenaAllocator allocator(&pool); in TEST()
243 ArenaPool pool; in TEST() local
244 ArenaAllocator allocator(&pool); in TEST()
324 ArenaPool pool; in TEST() local
325 ArenaAllocator allocator(&pool); in TEST()
[all …]
Dlive_interval_test.cc26 ArenaPool pool; in TEST() local
27 ArenaAllocator allocator(&pool); in TEST()
43 ArenaPool pool; in TEST() local
44 ArenaAllocator allocator(&pool); in TEST()
71 ArenaPool pool; in TEST() local
72 ArenaAllocator allocator(&pool); in TEST()
99 ArenaPool pool; in TEST() local
100 ArenaAllocator allocator(&pool); in TEST()
191 ArenaPool pool; in TEST() local
192 ArenaAllocator allocator(&pool); in TEST()
[all …]
Dregister_allocator_test.cc39 ArenaPool pool; in Check() local
40 ArenaAllocator allocator(&pool); in Check()
61 ArenaPool pool; in TEST() local
62 ArenaAllocator allocator(&pool); in TEST()
303 ArenaPool pool; in TEST() local
304 ArenaAllocator allocator(&pool); in TEST()
337 ArenaPool pool; in TEST() local
338 ArenaAllocator allocator(&pool); in TEST()
391 ArenaPool pool; in TEST() local
392 ArenaAllocator allocator(&pool); 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 …]
Dgvn_test.cc29 ArenaPool pool; in TEST() local
30 ArenaAllocator allocator(&pool); in TEST()
78 ArenaPool pool; in TEST() local
79 ArenaAllocator allocator(&pool); in TEST()
133 ArenaPool pool; in TEST() local
134 ArenaAllocator allocator(&pool); in TEST()
220 ArenaPool pool; in TEST() local
221 ArenaAllocator allocator(&pool); in TEST()
Dstack_map_test.cc37 ArenaPool pool; in TEST() local
38 ArenaAllocator arena(&pool); in TEST()
119 ArenaPool pool; in TEST() local
120 ArenaAllocator arena(&pool); in TEST()
273 ArenaPool pool; in TEST() local
274 ArenaAllocator arena(&pool); in TEST()
353 ArenaPool pool; in TEST() local
354 ArenaAllocator arena(&pool); in TEST()
415 ArenaPool pool; in TEST() local
416 ArenaAllocator arena(&pool); in TEST()
[all …]
Dsuspend_check_test.cc31 ArenaPool pool; in TestCode() local
32 ArenaAllocator allocator(&pool); in TestCode()
Ddead_code_elimination_test.cc32 ArenaPool pool; in TestCode() local
33 ArenaAllocator allocator(&pool); in TestCode()
Dbounds_check_elimination_test.cc42 ArenaPool pool; in TEST() local
43 ArenaAllocator allocator(&pool); in TEST()
147 ArenaPool pool; in TEST() local
148 ArenaAllocator allocator(&pool); in TEST()
219 ArenaPool pool; in TEST() local
220 ArenaAllocator allocator(&pool); in TEST()
291 ArenaPool pool; in TEST() local
292 ArenaAllocator allocator(&pool); in TEST()
436 ArenaPool pool; in TEST() local
437 ArenaAllocator allocator(&pool); in TEST()
[all …]
Dcodegen_test.cc246 ArenaPool pool; in TestCode() local
247 ArenaAllocator arena(&pool); in TestCode()
259 ArenaPool pool; in TestCodeLong() local
260 ArenaAllocator arena(&pool); in TestCodeLong()
524 ArenaPool pool; in TEST() local
525 ArenaAllocator allocator(&pool); in TEST()
644 ArenaPool pool; in TEST() local
645 ArenaAllocator allocator(&pool); in TEST()
690 ArenaPool pool; in TEST() local
691 ArenaAllocator allocator(&pool); in TEST()
Doptimizing_cfi_test.cc43 ArenaPool pool; in TestImpl() local
44 ArenaAllocator allocator(&pool); in TestImpl()
Dpretty_printer_test.cc31 ArenaPool pool; in TestCode() local
32 ArenaAllocator allocator(&pool); in TestCode()
Dlinearize_test.cc40 ArenaPool pool; in TestCode() local
41 ArenaAllocator allocator(&pool); in TestCode()
Ddominator_test.cc28 ArenaPool pool; in TestCode() local
29 ArenaAllocator allocator(&pool); in TestCode()
/art/compiler/dex/
Dcompiler_ir.cc29 CompilationUnit::CompilationUnit(ArenaPool* pool, InstructionSet isa, CompilerDriver* driver, in CompilationUnit() argument
45 arena(pool), in CompilationUnit()
46 arena_stack(pool), in CompilationUnit()
/art/compiler/utils/
Darena_allocator_test.cc24 ArenaPool pool; in TEST() local
25 ArenaAllocator arena(&pool); in TEST()
Dswap_space_test.cc39 SwapSpace pool(fd, 1 * MB); in SwapTest() local
40 SwapAllocator<void> alloc(use_file ? &pool : nullptr); in SwapTest()
/art/runtime/base/
Dscoped_arena_allocator.cc38 stats_and_pool_.pool->FreeArenaChain(bottom_arena_); in ~ArenaStack()
43 stats_and_pool_.pool->FreeArenaChain(bottom_arena_); in Reset()
60 top_arena_ = bottom_arena_ = stats_and_pool_.pool->AllocArena(allocation_size); in AllocateFromNextArena()
66 top_arena_->next_ = stats_and_pool_.pool->AllocArena(allocation_size); in AllocateFromNextArena()
Dscoped_arena_allocator.h53 explicit StatsAndPool(ArenaPool* arena_pool) : pool(arena_pool) { } in StatsAndPool()
54 ArenaPool* const pool; member
/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/dex/quick/
Dquick_cfi_test.cc50 ArenaPool pool; in TestImpl() local
51 ArenaAllocator arena(&pool); in TestImpl()
82 CompilationUnit cu(&pool, isa, &driver, linker); in TestImpl()

12