Searched refs:enable (Results 1 – 6 of 6) sorted by relevance
29 static void DdmVmInternal_enableRecentAllocations(JNIEnv*, jclass, jboolean enable) { in DdmVmInternal_enableRecentAllocations() argument30 Dbg::SetAllocTrackingEnabled(enable); in DdmVmInternal_enableRecentAllocations()166 static void DdmVmInternal_threadNotify(JNIEnv*, jclass, jboolean enable) { in DdmVmInternal_threadNotify() argument167 Dbg::DdmSetThreadNotification(enable); in DdmVmInternal_threadNotify()
1 Confirm enable/disable
144 public static void enableRecentAllocations(boolean enable) throws Exception { in enableRecentAllocations() argument145 enableRecentAllocationsMethod.invoke(null, enable); in enableRecentAllocations()
3 Confirm enable
572 static void DdmSetThreadNotification(bool enable)
3893 void Dbg::DdmSetThreadNotification(bool enable) { in DdmSetThreadNotification() argument3895 gDdmThreadNotification = enable; in DdmSetThreadNotification()3896 if (enable) { in DdmSetThreadNotification()4380 void Dbg::SetAllocTrackingEnabled(bool enable) { in SetAllocTrackingEnabled() argument4382 if (enable) { in SetAllocTrackingEnabled()