Searched refs:enableAllocTrackingMethod (Results 1 – 1 of 1) sorted by relevance
27 static Method enableAllocTrackingMethod; field in Main41 enableAllocTrackingMethod = klass.getDeclaredMethod("enableRecentAllocations", in main()43 if (enableAllocTrackingMethod == null) { in main()63 enableAllocTrackingMethod.invoke(null, true); in run()65 enableAllocTrackingMethod.invoke(null, false); in run()