Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h1400 Atomic<uint32_t> native_objects_notified_; variable
Dheap.cc293 native_objects_notified_(0), in Heap()
3952 native_objects_notified_.fetch_add(kNotifyNativeInterval, std::memory_order_relaxed); in NotifyNativeAllocations()
3964 native_objects_notified_.fetch_add(1, std::memory_order_relaxed); in RegisterNativeAllocation()