Home
last modified time | relevance | path

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

/libcore/libart/src/main/java/dalvik/system/
DVMRuntime.java182 private final AtomicInteger allocationCount = new AtomicInteger(0); field in VMRuntime
572 if (allocationCount.addAndGet(1) % myNotifyNativeInterval == 0) { in notifyNativeAllocation()