HomeSort by relevance Sort by last modified time
    Searched refs:gLogVerbosity (Results 1 - 5 of 5) sorted by null

  /art/runtime/base/
logging.h 58 extern LogVerbosity gLogVerbosity;
98 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module)
logging.cc 38 LogVerbosity gLogVerbosity;
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 86 gLogVerbosity.third_party_jni = true;
  /art/runtime/
parsed_options.cc 376 // gLogVerbosity.class_linker = true; // TODO: don't check this in!
377 // gLogVerbosity.compiler = true; // TODO: don't check this in!
378 // gLogVerbosity.gc = true; // TODO: don't check this in!
379 // gLogVerbosity.heap = true; // TODO: don't check this in!
380 // gLogVerbosity.jdwp = true; // TODO: don't check this in!
381 // gLogVerbosity.jit = true; // TODO: don't check this in!
382 // gLogVerbosity.jni = true; // TODO: don't check this in!
383 // gLogVerbosity.monitor = true; // TODO: don't check this in!
384 // gLogVerbosity.profiler = true; // TODO: don't check this in!
385 // gLogVerbosity.signals = true; // TODO: don't check this in
    [all...]
  /art/dex2oat/
dex2oat.cc     [all...]

Completed in 52 milliseconds