Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc480 gLogVerbosity.class_linker = true; in Parse()
482 gLogVerbosity.compiler = true; in Parse()
484 gLogVerbosity.gc = true; in Parse()
486 gLogVerbosity.heap = true; in Parse()
488 gLogVerbosity.jdwp = true; in Parse()
490 gLogVerbosity.jni = true; in Parse()
492 gLogVerbosity.monitor = true; in Parse()
494 gLogVerbosity.profiler = true; in Parse()
496 gLogVerbosity.signals = true; in Parse()
498 gLogVerbosity.startup = true; in Parse()
[all …]
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc76 gLogVerbosity.third_party_jni = true; in EnableDebugFeatures()
/art/runtime/base/
Dlogging.h142 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module)
318 extern LogVerbosity gLogVerbosity;
Dlogging.cc26 LogVerbosity gLogVerbosity; variable