Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Datomic_stack.h82 bool AtomicPushBack(T* value) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in AtomicPushBack() function
/art/runtime/gc/
Dheap-inl.h204 } else if (UNLIKELY(!allocation_stack_->AtomicPushBack(*obj))) { in PushOnAllocationStack()
Dheap.cc2775 DCHECK(!allocation_stack_->AtomicPushBack(*obj)); in PushOnAllocationStackWithInternalGC()
2785 } while (!allocation_stack_->AtomicPushBack(*obj)); in PushOnAllocationStackWithInternalGC()