Searched refs:pool_ (Results 1 – 7 of 7) sorted by relevance
59 allocator_.reset(new ArenaAllocator(&pool_)); in SetUp()92 MallocArenaPool pool_; variable
878 allocator_.reset(new ArenaAllocator(&pool_)); in SetUp()1639 MallocArenaPool pool_; variable
203 : pool_(pool), in ArenaAllocator()264 pool_->FreeArenaChain(arena_head_); in ~ArenaAllocator()275 Arena* new_arena = pool_->AllocArena(std::max(arena_allocator::kArenaDefaultSize, bytes)); in AllocFromNewArena()
355 return pool_; in GetArenaPool()393 ArenaPool* pool_; variable
129 : pool_(), allocator_(&pool_), arena_stack_(&pool_), scoped_allocator_(&arena_stack_) { } in ArenaPoolAndAllocator()136 MallocArenaPool pool_;
44 JniMacroAssemblerRiscv64Test() : pool_(), allocator_(&pool_), assembler_(&allocator_) { } in JniMacroAssemblerRiscv64Test()76 MallocArenaPool pool_; member in art::riscv64::JniMacroAssemblerRiscv64Test
41 allocator_.reset(new ArenaAllocator(&pool_)); in SetUp()236 MallocArenaPool pool_; member in art::ProfileCompilationInfoTest