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