Searched refs:getRecentAllocationsMethod (Results 1 – 1 of 1) sorted by relevance
131 private static final Method getRecentAllocationsMethod; field in Main.DdmVmInternal138 getRecentAllocationsMethod = c.getDeclaredMethod("getRecentAllocations");151 return (byte[]) getRecentAllocationsMethod.invoke(null); in getRecentAllocations()