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

  /art/runtime/base/
logging.h 63 extern LogVerbosity gLogVerbosity;
103 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module)
logging.cc 38 LogVerbosity gLogVerbosity;
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 97 gLogVerbosity.third_party_jni = true;
  /art/runtime/
parsed_options.cc 408 // gLogVerbosity.class_linker = true; // TODO: don't check this in!
409 // gLogVerbosity.collector = true; // TODO: don't check this in!
410 // gLogVerbosity.compiler = true; // TODO: don't check this in!
411 // gLogVerbosity.deopt = true; // TODO: don't check this in!
412 // gLogVerbosity.gc = true; // TODO: don't check this in!
413 // gLogVerbosity.heap = true; // TODO: don't check this in!
414 // gLogVerbosity.jdwp = true; // TODO: don't check this in!
415 // gLogVerbosity.jit = true; // TODO: don't check this in!
416 // gLogVerbosity.jni = true; // TODO: don't check this in!
417 // gLogVerbosity.monitor = true; // TODO: don't check this in
    [all...]
  /art/dex2oat/
dex2oat.cc     [all...]

Completed in 587 milliseconds