Home
last modified time | relevance | path

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

/art/test/098-ddmc/src/
DMain.java41 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
43 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
63 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
69 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
71 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
75 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
81 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
198 public static boolean getRecentAllocationStatus() throws Exception { in getRecentAllocationStatus() method in Main.DdmVmInternal
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc233 FAST_NATIVE_METHOD(DdmVmInternal, getRecentAllocationStatus, "()Z"),