Searched refs:gLogVerbosity (Results 1 – 4 of 4) sorted by relevance
480 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 …]
76 gLogVerbosity.third_party_jni = true; in EnableDebugFeatures()
142 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module)318 extern LogVerbosity gLogVerbosity;
26 LogVerbosity gLogVerbosity; variable