Home
last modified time | relevance | path

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

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