Searched defs:enableRecentAllocations (Results 1 - 1 of 1) sorted by relevance

/art/test/098-ddmc/src/
H A DMain.java37 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 { method in class:Main.DdmVmInternal

Completed in 51 milliseconds