Home
last modified time | relevance | path

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

/art/libartbase/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()
58 top_arena_ = bottom_arena_ = stats_and_pool_.pool->AllocArena(allocation_size); in AllocateFromNextArena()
64 top_arena_->next_ = stats_and_pool_.pool->AllocArena(allocation_size); in AllocateFromNextArena()
Dscoped_arena_allocator.h85 return static_cast<TaggedStats<Peak>*>(&stats_and_pool_); in PeakStats()
89 return static_cast<const TaggedStats<Peak>*>(&stats_and_pool_); in PeakStats()
93 return static_cast<TaggedStats<Current>*>(&stats_and_pool_); in CurrentStats()
121 StatsAndPool stats_and_pool_; variable