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/compiler/optimizing/
Doptimizing_unit_test.h95 : pool_(), allocator_(&pool_), arena_stack_(&pool_), scoped_allocator_(&arena_stack_) { } in ArenaPoolAndAllocator()
102 MallocArenaPool pool_;
/art/libartbase/base/
Darena_allocator.cc207 : pool_(pool), in ArenaAllocator()
268 pool_->FreeArenaChain(arena_head_); in ~ArenaAllocator()
272 Arena* new_arena = pool_->AllocArena(std::max(arena_allocator::kArenaDefaultSize, bytes)); in AllocFromNewArena()
Darena_allocator.h353 return pool_; in GetArenaPool()
372 ArenaPool* pool_; variable
/art/libprofile/profile/
Dprofile_compilation_info_test.cc51 allocator_.reset(new ArenaAllocator(&pool_)); in SetUp()
278 MallocArenaPool pool_; member in art::ProfileCompilationInfoTest