Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Datomic_stack.h77 bool AtomicPushBackIgnoreGrowthLimit(T* value) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in AtomicPushBackIgnoreGrowthLimit() function
/art/runtime/gc/
Dheap.cc2783 CHECK(allocation_stack_->AtomicPushBackIgnoreGrowthLimit(*obj)); in PushOnAllocationStackWithInternalGC()
2801 CHECK(allocation_stack_->AtomicPushBackIgnoreGrowthLimit(*obj)); in PushOnThreadLocalAllocationStackWithInternalGC()