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

/art/test/098-ddmc/src/
H A DMain.java32 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
128 private static class DdmVmInternal { class in class:Main
[all...]

Completed in 75 milliseconds