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

  /art/libartbase/base/
logging.h 64 extern LogVerbosity gLogVerbosity;
102 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module)
logging.cc 35 LogVerbosity gLogVerbosity;
  /art/openjdkjvmti/
OpenjdkJvmTi.cc 43 #include "base/logging.h" // For gLogVerbosity.
    [all...]
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 203 gLogVerbosity.third_party_jni = true;
  /art/runtime/
parsed_options.cc 449 // gLogVerbosity.class_linker = true; // TODO: don't check this in!
450 // gLogVerbosity.collector = true; // TODO: don't check this in!
451 // gLogVerbosity.compiler = true; // TODO: don't check this in!
452 // gLogVerbosity.deopt = true; // TODO: don't check this in!
453 // gLogVerbosity.gc = true; // TODO: don't check this in!
454 // gLogVerbosity.heap = true; // TODO: don't check this in!
455 // gLogVerbosity.jdwp = true; // TODO: don't check this in!
456 // gLogVerbosity.jit = true; // TODO: don't check this in!
457 // gLogVerbosity.jni = true; // TODO: don't check this in!
458 // gLogVerbosity.monitor = true; // TODO: don't check this in
    [all...]

Completed in 230 milliseconds