Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/
H A Dheap.h1440 Atomic<uint32_t> native_objects_notified_; variable
H A Dheap.cc330 native_objects_notified_(0), in Heap()
4010 native_objects_notified_.fetch_add(kNotifyNativeInterval, std::memory_order_relaxed); in NotifyNativeAllocations()
4022 native_objects_notified_.fetch_add(1, std::memory_order_relaxed); in RegisterNativeAllocation()