Home
last modified time | relevance | path

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

/art/test/098-ddmc/src/
DMain.java32 Allocations empty = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking()
36 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
37 DdmVmInternal.enableRecentAllocations(true); in testRecentAllocationTracking()
38 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
41 Allocations before = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking()
49 Allocations after = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking()
55 DdmVmInternal.enableRecentAllocations(false); in testRecentAllocationTracking()
56 System.out.println("status=" + DdmVmInternal.getRecentAllocationStatus()); in testRecentAllocationTracking()
57 Allocations reset = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking()
61 DdmVmInternal.enableRecentAllocations(false); in testRecentAllocationTracking()
[all …]
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc168 NATIVE_METHOD(DdmVmInternal, enableRecentAllocations, "(Z)V"),
169 NATIVE_METHOD(DdmVmInternal, getRecentAllocations, "!()[B"),
170 NATIVE_METHOD(DdmVmInternal, getRecentAllocationStatus, "!()Z"),
171 NATIVE_METHOD(DdmVmInternal, getStackTraceById, "(I)[Ljava/lang/StackTraceElement;"),
172 NATIVE_METHOD(DdmVmInternal, getThreadStats, "()[B"),
173 NATIVE_METHOD(DdmVmInternal, heapInfoNotify, "!(I)Z"),
174 NATIVE_METHOD(DdmVmInternal, heapSegmentNotify, "(IIZ)Z"),
175 NATIVE_METHOD(DdmVmInternal, threadNotify, "(Z)V"),