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 24 public class DdmVmInternal {
27 private DdmVmInternal() {}
  /art/test/098-ddmc/src/
Main.java 37 Allocations empty = new Allocations(DdmVmInternal.getRecentAllocations());
41 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus());
42 DdmVmInternal.enableRecentAllocations(true);
43 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus());
46 Allocations before = new Allocations(DdmVmInternal.getRecentAllocations());
54 Allocations after = new Allocations(DdmVmInternal.getRecentAllocations());
62 DdmVmInternal.enableRecentAllocations(false);
63 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus());
64 Allocations reset = new Allocations(DdmVmInternal.getRecentAllocations());
68 DdmVmInternal.enableRecentAllocations(false)
    [all...]

Completed in 791 milliseconds