OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bottom_arena_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/base/
scoped_arena_allocator.cc
29
bottom_arena_
(nullptr),
37
stats_and_pool_.pool->FreeArenaChain(
bottom_arena_
);
42
stats_and_pool_.pool->FreeArenaChain(
bottom_arena_
);
43
bottom_arena_
= nullptr;
52
bottom_arena_
);
59
top_arena_ =
bottom_arena_
= stats_and_pool_.pool->AllocArena(allocation_size);
141
} else if (arena_stack_->
bottom_arena_
!= nullptr) {
142
mark_arena_ = arena_stack_->top_arena_ = arena_stack_->
bottom_arena_
;
scoped_arena_allocator.h
113
Arena*
bottom_arena_
;
member in class:art::ArenaStack
Completed in 977 milliseconds