Searched refs:pool_ (Results 1 – 6 of 6) sorted by relevance
58 allocator_.reset(new ArenaAllocator(&pool_)); in SetUp()92 MallocArenaPool pool_; variable
737 allocator_.reset(new ArenaAllocator(&pool_)); in SetUp()1559 MallocArenaPool pool_; variable
208 : 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()
354 return pool_; in GetArenaPool()373 ArenaPool* pool_; variable
128 : pool_(), allocator_(&pool_), arena_stack_(&pool_), scoped_allocator_(&arena_stack_) { } in ArenaPoolAndAllocator()135 MallocArenaPool pool_;
41 allocator_.reset(new ArenaAllocator(&pool_)); in SetUp()230 MallocArenaPool pool_; member in art::ProfileCompilationInfoTest