Home
last modified time | relevance | path

Searched refs:enable (Results 1 – 11 of 11) sorted by relevance

/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc31 static void DdmVmInternal_enableRecentAllocations(JNIEnv*, jclass, jboolean enable) { in DdmVmInternal_enableRecentAllocations() argument
32 Dbg::SetAllocTrackingEnabled(enable); in DdmVmInternal_enableRecentAllocations()
163 static void DdmVmInternal_threadNotify(JNIEnv*, jclass, jboolean enable) { in DdmVmInternal_threadNotify() argument
164 Dbg::DdmSetThreadNotification(enable); in DdmVmInternal_threadNotify()
/art/test/099-vmdebug/
Dexpected.txt1 Confirm enable/disable
/art/test/098-ddmc/src/
DMain.java144 public static void enableRecentAllocations(boolean enable) throws Exception { in enableRecentAllocations() argument
145 enableRecentAllocationsMethod.invoke(null, enable); in enableRecentAllocations()
/art/tools/
Dlibcore_failures_concurrent_collector.txt8 * It is also used to enable AOSP experiments, and not mess up with CTS's
Dlibcore_failures.txt7 * It is also used to enable AOSP experiments, and not mess up with CTS's expectations.
/art/test/098-ddmc/
Dexpected.txt3 Confirm enable
/art/runtime/gc/
Dallocation_record.cc214 void AllocRecordObjectMap::SetAllocTrackingEnabled(bool enable) { in SetAllocTrackingEnabled() argument
217 if (enable) { in SetAllocTrackingEnabled()
/art/tools/ahat/
DREADME.txt14 - Say how to enable allocation sites.
/art/runtime/
Ddebugger.h637 static void DdmSetThreadNotification(bool enable)
Ddebugger.cc4353 void Dbg::DdmSetThreadNotification(bool enable) { in DdmSetThreadNotification() argument
4355 gDdmThreadNotification = enable; in DdmSetThreadNotification()
4356 if (enable) { in DdmSetThreadNotification()
4827 void Dbg::SetAllocTrackingEnabled(bool enable) { in SetAllocTrackingEnabled() argument
4828 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(enable); in SetAllocTrackingEnabled()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1236 @ TODO: save FPRs to enable access in the debugger?