HomeSort by relevance Sort by last modified time
    Searched refs:VLOG_IS_ON (Results 51 - 62 of 62) sorted by null

1 23

  /art/compiler/dex/
frontend.cc 675 cu.verbose = VLOG_IS_ON(compiler) ||
  /art/runtime/gc/
heap.cc 191 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) {
428 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) {
    [all...]
  /art/runtime/
monitor.cc 304 if (!Runtime::Current()->IsStarted() || VLOG_IS_ON(monitor)) {
    [all...]
thread_list.cc 807 if (VLOG_IS_ON(threads)) {
    [all...]
check_jni.cc 136 if (VLOG_IS_ON(third_party_jni)) {
404 if (has_method_ && (!soa_.Vm()->trace.empty() || VLOG_IS_ON(third_party_jni))) {
    [all...]
class_linker.cc     [all...]
debugger.cc     [all...]
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache.cc 774 if (VLOG_IS_ON(2)) {
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc 413 if (!VLOG_IS_ON(1)) // not on a verbose setting
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc 413 if (!VLOG_IS_ON(1)) // not on a verbose setting
    [all...]
  /art/runtime/jdwp/
jdwp_handler.cc 154 if (VLOG_IS_ON(jdwp)) {
    [all...]
  /art/runtime/verifier/
method_verifier.cc 261 if (VLOG_IS_ON(verifier)) {
    [all...]

Completed in 1032 milliseconds

1 23