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

/art/test/098-ddmc/src/
H A DMain.java35 System.out.println("Confirm enable");
144 public static void enableRecentAllocations(boolean enable) throws Exception { argument
145 enableRecentAllocationsMethod.invoke(null, enable);
/art/runtime/native/
H A Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc31 static void DdmVmInternal_enableRecentAllocations(JNIEnv*, jclass, jboolean enable) { argument
32 Dbg::SetAllocTrackingEnabled(enable);
163 static void DdmVmInternal_threadNotify(JNIEnv*, jclass, jboolean enable) { argument
164 Dbg::DdmSetThreadNotification(enable);
/art/runtime/
H A Ddebugger.cc4332 void Dbg::DdmSetThreadNotification(bool enable) { argument
4334 gDdmThreadNotification = enable;
4335 if (enable) {
4841 void Dbg::SetAllocTrackingEnabled(bool enable) { argument
4843 if (enable) {

Completed in 146 milliseconds