Home
last modified time | relevance | path

Searched refs:pool_ (Results 1 – 6 of 6) sorted by relevance

/art/compiler/utils/
Djni_macro_assembler_test.h58 allocator_.reset(new ArenaAllocator(&pool_)); in SetUp()
92 MallocArenaPool pool_; variable
Dassembler_test.h737 allocator_.reset(new ArenaAllocator(&pool_)); in SetUp()
1559 MallocArenaPool pool_; variable
/art/libartbase/base/
Darena_allocator.cc208 : pool_(pool), in ArenaAllocator()
269 pool_->FreeArenaChain(arena_head_); in ~ArenaAllocator()
273 Arena* new_arena = pool_->AllocArena(std::max(arena_allocator::kArenaDefaultSize, bytes)); in AllocFromNewArena()
Darena_allocator.h354 return pool_; in GetArenaPool()
373 ArenaPool* pool_; variable
/art/compiler/optimizing/
Doptimizing_unit_test.h128 : pool_(), allocator_(&pool_), arena_stack_(&pool_), scoped_allocator_(&arena_stack_) { } in ArenaPoolAndAllocator()
135 MallocArenaPool pool_;
/art/libprofile/profile/
Dprofile_compilation_info_test.cc41 allocator_.reset(new ArenaAllocator(&pool_)); in SetUp()
230 MallocArenaPool pool_; member in art::ProfileCompilationInfoTest