HomeSort by relevance Sort by last modified time
    Searched refs:LOG_STREAM (Results 1 - 25 of 33) sorted by null

1 2

  /art/test/149-suspend-all-stress/
suspend_all.cc 45 Runtime::Current()->GetThreadList()->Dump(LOG_STREAM(INFO));
53 Runtime::Current()->GetThreadList()->Dump(LOG_STREAM(INFO));
  /art/runtime/
jni_env_ext-inl.h 35 locals.Dump(LOG_STREAM(WARNING) << "Warning: more than 16 JNI local references: "
quick_exception_handler.cc 147 self_->DumpStack(LOG_STREAM(INFO) << "Delivering exception: " << exception->PrettyTypeOf()
221 self_->DumpStack(LOG_STREAM(INFO) << "Setting catch phis: ");
525 self_->DumpStack(LOG_STREAM(INFO) << "Deoptimizing: ");
signal_catcher.cc 225 Runtime::Current()->DumpLockHolders(LOG_STREAM(INFO));
fault_handler.cc 362 self->DumpJavaStack(LOG_STREAM(ERROR));
indirect_reference_table.cc 357 self->Dump(LOG_STREAM(WARNING));
runtime_common.cc 429 logger(LOG_STREAM(FATAL_WITHOUT_ABORT));
thread_list.cc 482 thread->Dump(LOG_STREAM(FATAL_WITHOUT_ABORT),
492 Dump(LOG_STREAM(FATAL_WITHOUT_ABORT));
    [all...]
thread.cc 625 self->Dump(LOG_STREAM(INFO));
802 self->Dump(LOG_STREAM(INFO));
    [all...]
  /external/libchrome/base/debug/
leak_tracker.h 99 LOG_STREAM(ERROR) << "Leaked " << node << " which was allocated by:";
100 allocation_stack.OutputToStream(&LOG_STREAM(ERROR));
  /art/runtime/base/
logging.h 150 #define VLOG_STREAM(module) LOG_STREAM(INFO)
  /art/runtime/entrypoints/quick/
quick_deoptimization_entrypoints.cc 38 self->Dump(LOG_STREAM(INFO));
  /system/extras/perfprofd/quipper/base/
logging.h 186 #define LOG_STREAM(severity) COMPACT_GOOGLE_LOG_ ## severity.stream()
188 #define LOG(severity) LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity))
190 LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity) && (condition))
218 true ? (void) 0 : ::logging::LogMessageVoidify() & LOG_STREAM(FATAL) /* NOLINT */
228 LAZY_STREAM(LOG_STREAM(FATAL), !(condition)) \
360 LAZY_STREAM(LOG_STREAM(severity), DLOG_IS_ON(severity))
394 LAZY_STREAM(LOG_STREAM(DCHECK), DCHECK_IS_ON && !(condition)) \
  /external/libchrome/base/
logging.h 401 #define LOG_STREAM(severity) COMPACT_GOOGLE_LOG_ ## severity.stream()
403 #define LOG(severity) LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity))
405 LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity) && (condition))
458 true ? (void) 0 : ::logging::LogMessageVoidify() & LOG_STREAM(FATAL)
515 LAZY_STREAM(LOG_STREAM(FATAL), false) \
692 LAZY_STREAM(LOG_STREAM(severity), DLOG_IS_ON(severity))
730 LAZY_STREAM(LOG_STREAM(DCHECK), false) \
741 LAZY_STREAM(LOG_STREAM(DCHECK), DCHECK_IS_ON() ? !(condition) : false) \
    [all...]
  /system/core/base/
logging_test.cpp 230 LOG_STREAM(severity) << "foo bar"; \
236 LOG_STREAM(::android::base::severity) << "foo bar"; \
244 LOG_STREAM(severity) << "foobar"; \
250 LOG_STREAM(::android::base::severity) << "foobar"; \
  /art/runtime/native/
dalvik_system_VMDebug.cc 195 klass->DumpClass(LOG_STREAM(ERROR), flags_);
267 soa.Env()->DumpReferenceTables(LOG_STREAM(INFO));
268 soa.Vm()->DumpReferenceTables(LOG_STREAM(INFO));
  /art/runtime/gc/
verification.cc 89 MemMap::DumpMaps(LOG_STREAM(FATAL_WITHOUT_ABORT), true);
heap.cc 625 MemMap::DumpMaps(LOG_STREAM(ERROR), true);
    [all...]
  /system/core/base/include/android-base/
logging.h 200 #define LOG_STREAM(severity) LOG_STREAM_TO(DEFAULT, severity)
203 // given destination. The same notes as for LOG_STREAM apply.
  /art/runtime/gc/collector/
concurrent_copying.cc 610 region_space_->DumpNonFreeRegions(LOG_STREAM(INFO));
629 region_space_->DumpNonFreeRegions(LOG_STREAM(INFO));
    [all...]
mark_compact.cc 147 Runtime::Current()->GetHeap()->DumpSpaces(LOG_STREAM(ERROR));
  /art/runtime/jit/
jit.cc 381 DumpInfo(LOG_STREAM(INFO));
382 Runtime::Current()->DumpDeoptimizations(LOG_STREAM(INFO));
  /art/runtime/gc/accounting/
mod_union_table.cc 289 heap->DumpSpaces(LOG_STREAM(INFO));
  /art/runtime/gc/space/
region_space.cc 60 MemMap::DumpMaps(LOG_STREAM(ERROR));
image_space.cc 749 logger.Dump(LOG_STREAM(INFO));
    [all...]

Completed in 579 milliseconds

1 2