Home
last modified time | relevance | path

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

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