HomeSort by relevance Sort by last modified time
    Searched defs:enableRecentAllocations (Results 1 - 2 of 2) sorted by null

  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmVmInternal.java 71 native public static void enableRecentAllocations(boolean enable);
  /art/test/098-ddmc/src/
Main.java 37 DdmVmInternal.enableRecentAllocations(true);
55 DdmVmInternal.enableRecentAllocations(false);
61 DdmVmInternal.enableRecentAllocations(false);
63 DdmVmInternal.enableRecentAllocations(false);
67 DdmVmInternal.enableRecentAllocations(true);
73 DdmVmInternal.enableRecentAllocations(true);
79 DdmVmInternal.enableRecentAllocations(false);
135 enableRecentAllocationsMethod = c.getDeclaredMethod("enableRecentAllocations",
144 public static void enableRecentAllocations(boolean enable) throws Exception {

Completed in 238 milliseconds