Home
last modified time | relevance | path

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

/art/test/098-ddmc/src/
DMain.java37 DdmVmInternal.enableRecentAllocations(true); in testRecentAllocationTracking()
55 DdmVmInternal.enableRecentAllocations(false); in testRecentAllocationTracking()
61 DdmVmInternal.enableRecentAllocations(false); in testRecentAllocationTracking()
63 DdmVmInternal.enableRecentAllocations(false); in testRecentAllocationTracking()
67 DdmVmInternal.enableRecentAllocations(true); in testRecentAllocationTracking()
73 DdmVmInternal.enableRecentAllocations(true); in testRecentAllocationTracking()
79 DdmVmInternal.enableRecentAllocations(false); in testRecentAllocationTracking()
144 public static void enableRecentAllocations(boolean enable) throws Exception { in enableRecentAllocations() method in Main.DdmVmInternal
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc168 NATIVE_METHOD(DdmVmInternal, enableRecentAllocations, "(Z)V"),