Searched refs:AtomicPushBack (Results 1 - 3 of 3) sorted by relevance

/art/runtime/gc/accounting/
H A Datomic_stack.h63 bool AtomicPushBack(const T& value) { function in class:art::gc::accounting::AtomicStack
/art/runtime/gc/
H A Dheap-inl.h177 } else if (UNLIKELY(!allocation_stack_->AtomicPushBack(*obj))) {
H A Dheap.cc2467 DCHECK(!allocation_stack_->AtomicPushBack(*obj));
2477 } while (!allocation_stack_->AtomicPushBack(*obj));

Completed in 76 milliseconds