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

  /art/compiler/utils/
scoped_arena_allocator.cc 28 stats_and_pool_(arena_pool),
38 stats_and_pool_.pool->FreeArenaChain(bottom_arena_);
43 stats_and_pool_.pool->FreeArenaChain(bottom_arena_);
52 return MemStats("ArenaStack peak", static_cast<const TaggedStats<Peak>*>(&stats_and_pool_),
60 top_arena_ = bottom_arena_ = stats_and_pool_.pool->AllocArena(allocation_size);
66 top_arena_->next_ = stats_and_pool_.pool->AllocArena(allocation_size);
scoped_arena_allocator.h 58 return static_cast<TaggedStats<Peak>*>(&stats_and_pool_);
62 return static_cast<TaggedStats<Current>*>(&stats_and_pool_);
85 StatsAndPool stats_and_pool_; member in class:art::ArenaStack

Completed in 66 milliseconds