Home
last modified time | relevance | path

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

/art/test/098-ddmc/src/
DMain.java180 private static final Method enableRecentAllocationsMethod; field in Main.DdmVmInternal
186 enableRecentAllocationsMethod = c.getDeclaredMethod("enableRecentAllocations",
196 enableRecentAllocationsMethod.invoke(null, enable); in enableRecentAllocations()