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
579 static void DdmSetThreadNotification(bool enable)
4001 void Dbg::DdmSetThreadNotification(bool enable) { in DdmSetThreadNotification() argument4003 gDdmThreadNotification = enable; in DdmSetThreadNotification()4004 if (enable) { in DdmSetThreadNotification()4496 void Dbg::SetAllocTrackingEnabled(bool enable) { in SetAllocTrackingEnabled() argument4498 if (enable) { in SetAllocTrackingEnabled()