Home
last modified time | relevance | path

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

/art/libartbase/base/
Druntime_debug.cc47 bool RegisterRuntimeDebugFlagImpl(bool* flag_ptr) { in RegisterRuntimeDebugFlagImpl() argument
48 GetFlagPtrs().push_back(flag_ptr); in RegisterRuntimeDebugFlagImpl()
54 for (bool* flag_ptr : GetFlagPtrs()) { in SetRuntimeDebugFlagsEnabledImpl() local
55 *flag_ptr = enabled; in SetRuntimeDebugFlagsEnabledImpl()
61 bool RegisterRuntimeDebugFlag(bool* flag_ptr) { in RegisterRuntimeDebugFlag() argument
63 return RegisterRuntimeDebugFlagImpl(flag_ptr); in RegisterRuntimeDebugFlag()