Lines Matching defs:DdmVmInternal
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());
54 Allocations after = new Allocations(DdmVmInternal.getRecentAllocations());
60 DdmVmInternal.enableRecentAllocations(false);
61 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus());
62 Allocations reset = new Allocations(DdmVmInternal.getRecentAllocations());
66 DdmVmInternal.enableRecentAllocations(false);
67 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus());
68 DdmVmInternal.enableRecentAllocations(false);
69 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus());
72 DdmVmInternal.enableRecentAllocations(true);
73 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus());
77 Allocations first = new Allocations(DdmVmInternal.getRecentAllocations());
78 DdmVmInternal.enableRecentAllocations(true);
79 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus());
80 Allocations second = new Allocations(DdmVmInternal.getRecentAllocations());
84 DdmVmInternal.enableRecentAllocations(false);
85 Allocations goodbye = new Allocations(DdmVmInternal.getRecentAllocations());
133 private static class DdmVmInternal {
139 Class<?> c = Class.forName("org.apache.harmony.dalvik.ddmc.DdmVmInternal");