Home
last modified time | relevance | path

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

/art/test/904-object-allocation/src/art/
DTest904.java45 enableAllocationTracking(null, false); in doTest()
53 enableAllocationTracking(null, true); in doTest()
58 enableAllocationTracking(null, false); in doTest()
62 enableAllocationTracking(Thread.currentThread(), true); in doTest()
66 enableAllocationTracking(Thread.currentThread(), false); in doTest()
99 enableAllocationTracking(null, true); in doTest()
123 enableAllocationTracking(sameThread ? this : thisThread, false); in testThread()
130 enableAllocationTracking(sameThread ? t : Thread.currentThread(), true); in testThread()
157 private static native void enableAllocationTracking(Thread thread, boolean enable); in enableAllocationTracking() method in Test904