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()
37 stats_and_pool_.pool->FreeArenaChain(bottom_arena_); in ~ArenaStack()
42 stats_and_pool_.pool->FreeArenaChain(bottom_arena_); in Reset()
51 return MemStats("ArenaStack peak", static_cast<const TaggedStats<Peak>*>(&stats_and_pool_), in GetPeakStats()
59 top_arena_ = bottom_arena_ = stats_and_pool_.pool->AllocArena(allocation_size); in AllocateFromNextArena()
65 top_arena_->next_ = stats_and_pool_.pool->AllocArena(allocation_size); in AllocateFromNextArena()
Dscoped_arena_allocator.h80 return static_cast<TaggedStats<Peak>*>(&stats_and_pool_); in PeakStats()
84 return static_cast<TaggedStats<Current>*>(&stats_and_pool_); in CurrentStats()
112 StatsAndPool stats_and_pool_; variable