Home
last modified time | relevance | path

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

/libcore/libart/src/main/java/dalvik/system/
DVMRuntime.java565 int myNotifyNativeInterval = notifyNativeInterval; in notifyNativeAllocation() local
566 if (myNotifyNativeInterval == 0) { in notifyNativeAllocation()
568 myNotifyNativeInterval = notifyNativeInterval = getNotifyNativeInterval(); in notifyNativeAllocation()
572 if (allocationCount.addAndGet(1) % myNotifyNativeInterval == 0) { in notifyNativeAllocation()