Home
last modified time | relevance | path

Searched refs:stats_and_pool_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/base/
Dscoped_arena_allocator.cc28 stats_and_pool_(arena_pool), in ArenaStack()
38 stats_and_pool_.pool->FreeArenaChain(bottom_arena_); in ~ArenaStack()
43 stats_and_pool_.pool->FreeArenaChain(bottom_arena_); in Reset()
52 return MemStats("ArenaStack peak", static_cast<const TaggedStats<Peak>*>(&stats_and_pool_), in GetPeakStats()
60 top_arena_ = bottom_arena_ = stats_and_pool_.pool->AllocArena(allocation_size); in AllocateFromNextArena()
66 top_arena_->next_ = stats_and_pool_.pool->AllocArena(allocation_size); in AllocateFromNextArena()
Dscoped_arena_allocator.h58 return static_cast<TaggedStats<Peak>*>(&stats_and_pool_); in PeakStats()
62 return static_cast<TaggedStats<Current>*>(&stats_and_pool_); in CurrentStats()
85 StatsAndPool stats_and_pool_; variable