Home
last modified time | relevance | path

Searched refs:getRecentAllocations (Results 1 – 2 of 2) sorted by relevance

/art/test/098-ddmc/src/
DMain.java37 Allocations empty = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking()
46 Allocations before = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking()
54 Allocations after = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking()
64 Allocations reset = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking()
79 Allocations first = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking()
82 Allocations second = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking()
87 Allocations goodbye = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking()
201 public static byte[] getRecentAllocations() throws Exception { in getRecentAllocations() method in Main.DdmVmInternal
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc232 FAST_NATIVE_METHOD(DdmVmInternal, getRecentAllocations, "()[B"),