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

  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmVmInternal.java 22 public class DdmVmInternal {
25 private DdmVmInternal() {}
  /art/test/098-ddmc/src/
Main.java 32 Allocations empty = new Allocations(DdmVmInternal.getRecentAllocations());
36 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus());
37 DdmVmInternal.enableRecentAllocations(true);
38 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus());
41 Allocations before = new Allocations(DdmVmInternal.getRecentAllocations());
49 Allocations after = new Allocations(DdmVmInternal.getRecentAllocations());
55 DdmVmInternal.enableRecentAllocations(false);
56 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus());
57 Allocations reset = new Allocations(DdmVmInternal.getRecentAllocations());
61 DdmVmInternal.enableRecentAllocations(false)
    [all...]

Completed in 305 milliseconds