Searched defs:AtomicStack (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/accounting/
H A Datomic_stack.h38 class AtomicStack { class in namespace:art::gc::accounting
57 static AtomicStack* Create(const std::string& name, size_t growth_limit, size_t capacity) {
58 std::unique_ptr<AtomicStack> mark_stack(new AtomicStack(name, growth_limit, capacity));
63 ~AtomicStack() {}
208 AtomicStack(const std::string& name, size_t growth_limit, size_t capacity) function in class:art::gc::accounting::AtomicStack
266 DISALLOW_COPY_AND_ASSIGN(AtomicStack);
269 typedef AtomicStack<mirror::Object> ObjectStack;

Completed in 44 milliseconds