Home
last modified time | relevance | path

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

/art/test/145-alloc-tracking-stress/src-art/
DMain.java27 static Method enableAllocTrackingMethod; field in Main
41 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()