Searched defs:enable (Results 1 - 2 of 2) sorted by relevance

/art/runtime/native/
H A Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc29 static void DdmVmInternal_enableRecentAllocations(JNIEnv*, jclass, jboolean enable) { argument
30 Dbg::SetAllocTrackingEnabled(enable);
157 static void DdmVmInternal_threadNotify(JNIEnv*, jclass, jboolean enable) { argument
158 Dbg::DdmSetThreadNotification(enable);
/art/runtime/
H A Ddebugger.cc3031 void Dbg::DdmSetThreadNotification(bool enable) { argument
3033 gDdmThreadNotification = enable;
3034 if (enable) {

Completed in 1291 milliseconds