Home
last modified time | relevance | path

Searched defs:enable (Results 1 – 3 of 3) sorted by relevance

/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc31 static void DdmVmInternal_enableRecentAllocations(JNIEnv*, jclass, jboolean enable) { in DdmVmInternal_enableRecentAllocations()
163 static void DdmVmInternal_threadNotify(JNIEnv*, jclass, jboolean enable) { in DdmVmInternal_threadNotify()
/art/test/098-ddmc/src/
DMain.java144 public static void enableRecentAllocations(boolean enable) throws Exception { in enableRecentAllocations()
/art/runtime/
Ddebugger.cc4332 void Dbg::DdmSetThreadNotification(bool enable) { in DdmSetThreadNotification()
4841 void Dbg::SetAllocTrackingEnabled(bool enable) { in SetAllocTrackingEnabled()