Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h169 static constexpr uint32_t kNotifyNativeInterval = 32; variable
172 static constexpr uint32_t kNotifyNativeInterval = 384; variable
319 return kNotifyNativeInterval; in GetNotifyNativeInterval()
Dheap.cc3952 native_objects_notified_.fetch_add(kNotifyNativeInterval, std::memory_order_relaxed); in NotifyNativeAllocations()
3965 if (objects_notified % kNotifyNativeInterval == kNotifyNativeInterval - 1 in RegisterNativeAllocation()