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

/art/test/098-ddmc/src/
H A DMain.java32 Allocations empty = new Allocations(DdmVmInternal.getRecentAllocations());
41 Allocations before = new Allocations(DdmVmInternal.getRecentAllocations());
49 Allocations after = new Allocations(DdmVmInternal.getRecentAllocations());
57 Allocations reset = new Allocations(DdmVmInternal.getRecentAllocations());
72 Allocations first = new Allocations(DdmVmInternal.getRecentAllocations());
75 Allocations second = new Allocations(DdmVmInternal.getRecentAllocations());
80 Allocations goodbye = new Allocations(DdmVmInternal.getRecentAllocations());
138 getRecentAllocationsMethod = c.getDeclaredMethod("getRecentAllocations");
150 public static byte[] getRecentAllocations() throws Exception { method in class:Main.DdmVmInternal

Completed in 69 milliseconds