Home
last modified time | relevance | path

Searched refs:enable (Results 1 – 6 of 6) sorted by relevance

/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc29 static void DdmVmInternal_enableRecentAllocations(JNIEnv*, jclass, jboolean enable) { in DdmVmInternal_enableRecentAllocations() argument
30 Dbg::SetAllocTrackingEnabled(enable); in DdmVmInternal_enableRecentAllocations()
166 static void DdmVmInternal_threadNotify(JNIEnv*, jclass, jboolean enable) { in DdmVmInternal_threadNotify() argument
167 Dbg::DdmSetThreadNotification(enable); in DdmVmInternal_threadNotify()
/art/test/099-vmdebug/
Dexpected.txt1 Confirm enable/disable
/art/test/098-ddmc/src/
DMain.java144 public static void enableRecentAllocations(boolean enable) throws Exception { in enableRecentAllocations() argument
145 enableRecentAllocationsMethod.invoke(null, enable); in enableRecentAllocations()
/art/test/098-ddmc/
Dexpected.txt3 Confirm enable
/art/runtime/
Ddebugger.h579 static void DdmSetThreadNotification(bool enable)
Ddebugger.cc4001 void Dbg::DdmSetThreadNotification(bool enable) { in DdmSetThreadNotification() argument
4003 gDdmThreadNotification = enable; in DdmSetThreadNotification()
4004 if (enable) { in DdmSetThreadNotification()
4496 void Dbg::SetAllocTrackingEnabled(bool enable) { in SetAllocTrackingEnabled() argument
4498 if (enable) { in SetAllocTrackingEnabled()