OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gLogVerbosity
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
runtime.cc
373
//
gLogVerbosity
.class_linker = true; // TODO: don't check this in!
374
//
gLogVerbosity
.compiler = true; // TODO: don't check this in!
375
//
gLogVerbosity
.verifier = true; // TODO: don't check this in!
376
//
gLogVerbosity
.heap = true; // TODO: don't check this in!
377
//
gLogVerbosity
.gc = true; // TODO: don't check this in!
378
//
gLogVerbosity
.jdwp = true; // TODO: don't check this in!
379
//
gLogVerbosity
.jni = true; // TODO: don't check this in!
380
//
gLogVerbosity
.monitor = true; // TODO: don't check this in!
381
//
gLogVerbosity
.startup = true; // TODO: don't check this in!
382
//
gLogVerbosity
.third_party_jni = true; // TODO: don't check this in
[
all
...]
/art/runtime/base/
logging.cc
26
LogVerbosity
gLogVerbosity
;
logging.h
126
#define VLOG_IS_ON(module) UNLIKELY(::art::
gLogVerbosity
.module)
322
extern LogVerbosity
gLogVerbosity
;
/art/runtime/native/
dalvik_system_Zygote.cc
293
gLogVerbosity
.third_party_jni = true;
Completed in 90 milliseconds