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 74 native public static void enableRecentAllocations(boolean enable);
  /art/test/098-ddmc/src/
Main.java 42 DdmVmInternal.enableRecentAllocations(true);
62 DdmVmInternal.enableRecentAllocations(false);
68 DdmVmInternal.enableRecentAllocations(false);
70 DdmVmInternal.enableRecentAllocations(false);
74 DdmVmInternal.enableRecentAllocations(true);
80 DdmVmInternal.enableRecentAllocations(true);
86 DdmVmInternal.enableRecentAllocations(false);
186 enableRecentAllocationsMethod = c.getDeclaredMethod("enableRecentAllocations",
195 public static void enableRecentAllocations(boolean enable) throws Exception {

Completed in 55 milliseconds