Searched refs:enable (Results 1 – 11 of 11) sorted by relevance
31 static void DdmVmInternal_enableRecentAllocations(JNIEnv*, jclass, jboolean enable) { in DdmVmInternal_enableRecentAllocations() argument32 Dbg::SetAllocTrackingEnabled(enable); in DdmVmInternal_enableRecentAllocations()163 static void DdmVmInternal_threadNotify(JNIEnv*, jclass, jboolean enable) { in DdmVmInternal_threadNotify() argument164 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()
8 * It is also used to enable AOSP experiments, and not mess up with CTS's
7 * It is also used to enable AOSP experiments, and not mess up with CTS's expectations.
3 Confirm enable
214 void AllocRecordObjectMap::SetAllocTrackingEnabled(bool enable) { in SetAllocTrackingEnabled() argument217 if (enable) { in SetAllocTrackingEnabled()
14 - Say how to enable allocation sites.
637 static void DdmSetThreadNotification(bool enable)
4353 void Dbg::DdmSetThreadNotification(bool enable) { in DdmSetThreadNotification() argument4355 gDdmThreadNotification = enable; in DdmSetThreadNotification()4356 if (enable) { in DdmSetThreadNotification()4827 void Dbg::SetAllocTrackingEnabled(bool enable) { in SetAllocTrackingEnabled() argument4828 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(enable); in SetAllocTrackingEnabled()
1236 @ TODO: save FPRs to enable access in the debugger?