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 41 locals_.Dump(LOG_STREAM(WARNING) << "Warning: more than 16 JNI local references: "
quick_exception_handler.cc 151 self_->DumpStack(LOG_STREAM(INFO) << "Delivering exception: " << exception_ref->PrettyTypeOf()
222 self_->DumpStack(LOG_STREAM(INFO) << "Setting catch phis: ");
529 self_->DumpStack(LOG_STREAM(INFO) << "Deoptimizing: ");
signal_catcher.cc 228 Runtime::Current()->DumpLockHolders(LOG_STREAM(INFO));
fault_handler.cc 389 self->DumpJavaStack(LOG_STREAM(ERROR));
indirect_reference_table.cc 364 self->Dump(LOG_STREAM(WARNING));
runtime_common.cc 432 logger(LOG_STREAM(FATAL_WITHOUT_ABORT));
thread_list.cc 493 thread->Dump(LOG_STREAM(FATAL_WITHOUT_ABORT),
503 Dump(LOG_STREAM(FATAL_WITHOUT_ABORT));
    [all...]
thread.cc 641 self->Dump(LOG_STREAM(INFO));
820 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/libartbase/base/
logging.h 109 #define VLOG_STREAM(module) LOG_STREAM(INFO)
  /art/runtime/entrypoints/quick/
quick_deoptimization_entrypoints.cc 38 self->Dump(LOG_STREAM(INFO));
  /external/libchrome/base/
logging.h 375 #define LOG_STREAM(severity) COMPACT_GOOGLE_LOG_ ## severity.stream()
377 #define LOG(severity) LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity))
379 LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity) && (condition))
575 LAZY_STREAM(LOG_STREAM(FATAL), false) \
751 LAZY_STREAM(LOG_STREAM(severity), DLOG_IS_ON(severity))
    [all...]
  /art/runtime/gc/collector/
concurrent_copying-inl.h 150 region_space_->DumpNonFreeRegions(LOG_STREAM(FATAL_WITHOUT_ABORT));
concurrent_copying.cc 612 region_space_->DumpNonFreeRegions(LOG_STREAM(INFO));
631 region_space_->DumpNonFreeRegions(LOG_STREAM(INFO));
    [all...]
mark_compact.cc 149 Runtime::Current()->GetHeap()->DumpSpaces(LOG_STREAM(ERROR));
  /system/core/base/
logging_test.cpp 241 LOG_STREAM(severity) << "foo bar"; \
247 LOG_STREAM(::android::base::severity) << "foo bar"; \
255 LOG_STREAM(severity) << "foobar"; \
261 LOG_STREAM(::android::base::severity) << "foobar"; \
  /art/runtime/gc/
verification.cc 90 MemMap::DumpMaps(LOG_STREAM(FATAL_WITHOUT_ABORT), true);
heap.cc 622 MemMap::DumpMaps(LOG_STREAM(ERROR), true);
    [all...]
  /system/core/base/include/android-base/
logging.h 217 #define LOG_STREAM(severity) LOG_STREAM_TO(DEFAULT, severity)
220 // given destination. The same notes as for LOG_STREAM apply.
  /art/runtime/native/
dalvik_system_VMDebug.cc 196 klass->DumpClass(LOG_STREAM(ERROR), flags_);
260 soa.Env()->DumpReferenceTables(LOG_STREAM(INFO));
261 soa.Vm()->DumpReferenceTables(LOG_STREAM(INFO));
  /art/runtime/jit/
jit.cc 386 DumpInfo(LOG_STREAM(INFO));
387 Runtime::Current()->DumpDeoptimizations(LOG_STREAM(INFO));
  /art/runtime/gc/accounting/
mod_union_table.cc 290 heap->DumpSpaces(LOG_STREAM(INFO));
  /art/runtime/gc/space/
region_space.cc 60 MemMap::DumpMaps(LOG_STREAM(ERROR));
image_space.cc     [all...]

Completed in 722 milliseconds

1 2