Home
last modified time | relevance | path

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

/art/test/098-ddmc/src/
DMain.java32 Allocations empty = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking()
41 Allocations before = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking()
49 Allocations after = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking()
57 Allocations reset = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking()
72 Allocations first = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking()
75 Allocations second = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking()
80 Allocations goodbye = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking()
150 public static byte[] getRecentAllocations() throws Exception { in getRecentAllocations() method in Main.DdmVmInternal
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc169 NATIVE_METHOD(DdmVmInternal, getRecentAllocations, "!()[B"),