Searched refs:enableAllocationTracking (Results 1 – 1 of 1) sorted by relevance
51 enableAllocationTracking(null, false); in testTracking()58 enableAllocationTracking(null, true); in testTracking()63 enableAllocationTracking(null, false); in testTracking()75 enableAllocationTracking(Thread.currentThread(), true); in testTracking()79 enableAllocationTracking(Thread.currentThread(), false); in testTracking()110 enableAllocationTracking(null, true); in testTracking()136 enableAllocationTracking(sameThread ? this : thisThread, false); in testThread()143 enableAllocationTracking(sameThread ? t : Thread.currentThread(), true); in testThread()171 private static native void enableAllocationTracking(Thread thread, boolean enable); in enableAllocationTracking() method in JvmtiTrackingTest