Home
last modified time | relevance | path

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

/art/test/098-ddmc/src/
DMain.java131 private static final Method getRecentAllocationsMethod; field in Main.DdmVmInternal
138 getRecentAllocationsMethod = c.getDeclaredMethod("getRecentAllocations");
151 return (byte[]) getRecentAllocationsMethod.invoke(null); in getRecentAllocations()