Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Datomic_stack.h63 bool AtomicPushBack(const T& value) { in AtomicPushBack() function
/art/runtime/gc/
Dheap-inl.h168 } else if (UNLIKELY(!allocation_stack_->AtomicPushBack(*obj))) { in PushOnAllocationStack()
Dheap.cc2402 DCHECK(!allocation_stack_->AtomicPushBack(*obj)); in PushOnAllocationStackWithInternalGC()
2412 } while (!allocation_stack_->AtomicPushBack(*obj)); in PushOnAllocationStackWithInternalGC()