Searched refs:pool_ (Results 1 – 6 of 6) sorted by relevance
62 allocator_.reset(new ArenaAllocator(&pool_)); in SetUp()143 MallocArenaPool pool_; variable
741 allocator_.reset(new ArenaAllocator(&pool_)); in SetUp()1610 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
40 allocator_.reset(new ArenaAllocator(&pool_)); in SetUp()195 MallocArenaPool pool_; member in art::ProfileCompilationInfoTest