HomeSort by relevance Sort by last modified time
    Searched refs:bottom_arena_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/utils/
scoped_arena_allocator.cc 29 bottom_arena_(nullptr),
38 stats_and_pool_.pool->FreeArenaChain(bottom_arena_);
43 stats_and_pool_.pool->FreeArenaChain(bottom_arena_);
44 bottom_arena_ = nullptr;
53 bottom_arena_);
60 top_arena_ = bottom_arena_ = stats_and_pool_.pool->AllocArena(allocation_size);
130 } else if (arena_stack_->bottom_arena_ != nullptr) {
131 mark_arena_ = arena_stack_->top_arena_ = arena_stack_->bottom_arena_;
scoped_arena_allocator.h 86 Arena* bottom_arena_; member in class:art::ArenaStack

Completed in 88 milliseconds