Home
last modified time | relevance | path

Searched refs:RegisterRuntimeDebugFlag (Results 1 – 7 of 7) sorted by relevance

/art/libartbase/base/
Druntime_debug.h53 bool C::x = RegisterRuntimeDebugFlag(&C::x);
56 bool RegisterRuntimeDebugFlag(bool* runtime_debug_flag);
Druntime_debug.cc61 bool RegisterRuntimeDebugFlag(bool* flag_ptr) { in RegisterRuntimeDebugFlag() function
Dcommon_art_test.cc307 RegisterRuntimeDebugFlag(&gSlowDebugTestFlag); in SetUp()
/art/compiler/driver/
Dcompiler_options.cc97 RegisterRuntimeDebugFlag(&kEmitRuntimeReadBarrierChecks);
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc54 RegisterRuntimeDebugFlag(&kAlwaysCollectNonDebuggableClasses);
/art/runtime/
Dcommon_runtime_test.cc104 RegisterRuntimeDebugFlag(&gSlowDebugTestFlag); in SetUp()
/art/test/004-JniTest/
Djni_test.cc806 fake_flag = RegisterRuntimeDebugFlag(&fake_flag); in Java_Main_isSlowDebug()