Home
last modified time | relevance | path

Searched refs:pool_ (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Doptimizing_unit_test.h93 : pool_(), allocator_(&pool_), arena_stack_(&pool_), scoped_allocator_(&arena_stack_) { } in ArenaPoolAndAllocator()
100 ArenaPool pool_;
/art/compiler/utils/
Djni_macro_assembler_test.h61 allocator_.reset(new ArenaAllocator(&pool_)); in SetUp()
142 ArenaPool pool_; variable
Dassembler_test.h740 allocator_.reset(new ArenaAllocator(&pool_)); in SetUp()
1609 ArenaPool pool_; variable
/art/runtime/base/
Darena_allocator.cc396 : pool_(pool), in ArenaAllocator()
457 pool_->FreeArenaChain(arena_head_); in ~ArenaAllocator()
461 Arena* new_arena = pool_->AllocArena(std::max(arena_allocator::kArenaDefaultSize, bytes)); in AllocFromNewArena()
Darena_allocator.h380 return pool_; in GetArenaPool()
399 ArenaPool* pool_; variable