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
95 : pool_(), allocator_(&pool_), arena_stack_(&pool_), scoped_allocator_(&arena_stack_) { } in ArenaPoolAndAllocator()102 MallocArenaPool pool_;
207 : 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()
353 return pool_; in GetArenaPool()372 ArenaPool* pool_; variable
51 allocator_.reset(new ArenaAllocator(&pool_)); in SetUp()278 MallocArenaPool pool_; member in art::ProfileCompilationInfoTest