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

/art/runtime/gc/accounting/
H A Datomic_stack.h35 class AtomicStack { class in namespace:art::gc::accounting
38 static AtomicStack* Create(const std::string& name, size_t growth_limit, size_t capacity) {
39 std::unique_ptr<AtomicStack> mark_stack(new AtomicStack(name, growth_limit, capacity));
44 ~AtomicStack() {}
183 AtomicStack(const std::string& name, size_t growth_limit, size_t capacity) function in class:art::gc::accounting::AtomicStack
240 DISALLOW_COPY_AND_ASSIGN(AtomicStack);
243 typedef AtomicStack<mirror::Object*> ObjectStack;

Completed in 235 milliseconds