Home
last modified time | relevance | path

Searched refs:enableRecentAllocations (Results 1 – 3 of 3) sorted by relevance

/art/test/098-ddmc/src/
DMain.java42 DdmVmInternal.enableRecentAllocations(true); in testRecentAllocationTracking()
62 DdmVmInternal.enableRecentAllocations(false); in testRecentAllocationTracking()
68 DdmVmInternal.enableRecentAllocations(false); in testRecentAllocationTracking()
70 DdmVmInternal.enableRecentAllocations(false); in testRecentAllocationTracking()
74 DdmVmInternal.enableRecentAllocations(true); in testRecentAllocationTracking()
80 DdmVmInternal.enableRecentAllocations(true); in testRecentAllocationTracking()
86 DdmVmInternal.enableRecentAllocations(false); in testRecentAllocationTracking()
195 public static void enableRecentAllocations(boolean enable) throws Exception { in enableRecentAllocations() method in Main.DdmVmInternal
/art/tools/ahat/src/test-dump/
DMain.java41 DdmVmInternal.enableRecentAllocations(true); in main()
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc231 NATIVE_METHOD(DdmVmInternal, enableRecentAllocations, "(Z)V"),