Home
last modified time | relevance | path

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

/art/test/098-ddmc/src/
DMain.java36 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
38 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
56 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
62 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
64 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
68 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
74 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
147 public static boolean getRecentAllocationStatus() throws Exception { in getRecentAllocationStatus() method in Main.DdmVmInternal
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc170 NATIVE_METHOD(DdmVmInternal, getRecentAllocationStatus, "!()Z"),