Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h1522 Atomic<uint32_t> native_objects_notified_; variable
Dheap.cc362 native_objects_notified_(0), in Heap()
4255 native_objects_notified_.fetch_add(kNotifyNativeInterval, std::memory_order_relaxed); in NotifyNativeAllocations()
4267 native_objects_notified_.fetch_add(1, std::memory_order_relaxed); in RegisterNativeAllocation()