HomeSort by relevance Sort by last modified time
    Searched full:getrecentallocationsmethod (Results 1 - 1 of 1) sorted by null

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

Completed in 62 milliseconds