OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stats_and_pool_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/base/
scoped_arena_allocator.cc
28
stats_and_pool_
(arena_pool),
37
stats_and_pool_
.pool->FreeArenaChain(bottom_arena_);
42
stats_and_pool_
.pool->FreeArenaChain(bottom_arena_);
51
return MemStats("ArenaStack peak", static_cast<const TaggedStats<Peak>*>(&
stats_and_pool_
),
59
top_arena_ = bottom_arena_ =
stats_and_pool_
.pool->AllocArena(allocation_size);
65
top_arena_->next_ =
stats_and_pool_
.pool->AllocArena(allocation_size);
scoped_arena_allocator.h
80
return static_cast<TaggedStats<Peak>*>(&
stats_and_pool_
);
84
return static_cast<TaggedStats<Current>*>(&
stats_and_pool_
);
112
StatsAndPool
stats_and_pool_
;
member in class:art::ArenaStack
Completed in 40 milliseconds