Home
last modified time | relevance | path

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

/art/test/130-hprof/src/
DMain.java120 Method enableMethod = klass.getDeclaredMethod("enableRecentAllocations", in testAllocationTrackingAndClassUnloading() local
122 if (enableMethod == null) { in testAllocationTrackingAndClassUnloading()
125 enableMethod.invoke(null, true); in testAllocationTrackingAndClassUnloading()
131 enableMethod.invoke(null, false); in testAllocationTrackingAndClassUnloading()