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

  /art/runtime/base/
logging.h 63 extern LogVerbosity gLogVerbosity;
143 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module)
logging.cc 86 LogVerbosity gLogVerbosity;
  /art/runtime/openjdkjvmti/
OpenjdkJvmTi.cc     [all...]
  /art/compiler/driver/
compiler_options.cc 158 gLogVerbosity.compiler = false;
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 186 gLogVerbosity.third_party_jni = true;
  /art/runtime/
parsed_options.cc 431 // gLogVerbosity.class_linker = true; // TODO: don't check this in!
432 // gLogVerbosity.collector = true; // TODO: don't check this in!
433 // gLogVerbosity.compiler = true; // TODO: don't check this in!
434 // gLogVerbosity.deopt = true; // TODO: don't check this in!
435 // gLogVerbosity.gc = true; // TODO: don't check this in!
436 // gLogVerbosity.heap = true; // TODO: don't check this in!
437 // gLogVerbosity.jdwp = true; // TODO: don't check this in!
438 // gLogVerbosity.jit = true; // TODO: don't check this in!
439 // gLogVerbosity.jni = true; // TODO: don't check this in!
440 // gLogVerbosity.monitor = true; // TODO: don't check this in
    [all...]

Completed in 112 milliseconds