Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Datomic_stack.h60 bool AtomicPushBack(const T& value) { in AtomicPushBack() function
/art/runtime/gc/
Dheap.cc792 while (!allocation_stack_->AtomicPushBack(obj)) { in RecordAllocation()