Home
last modified time | relevance | path

Searched refs:kIndent (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/collector/
Dconcurrent_copying.cc736 constexpr const char* kIndent = " "; in CheckReference() local
737 LOG(FATAL_WITHOUT_ABORT) << cc_->DumpReferenceInfo(holder_.Ptr(), "holder_", kIndent); in CheckReference()
738 LOG(FATAL_WITHOUT_ABORT) << cc_->DumpReferenceInfo(ref, "ref", kIndent); in CheckReference()
2879 constexpr const char* kIndent = " "; in DumpHeapReference() local
2880 oss << kIndent << "Invalid reference: ref=" << ref in DumpHeapReference()
2883 oss << DumpReferenceInfo(obj, "obj", kIndent) << '\n'; in DumpHeapReference()
2885 oss << DumpReferenceInfo(ref, "ref", kIndent); in DumpHeapReference()
2989 constexpr const char* kIndent = " "; in DumpGcRoot() local
2990 oss << kIndent << "Invalid GC root: ref=" << ref << '\n'; in DumpGcRoot()
2992 oss << DumpReferenceInfo(ref, "ref", kIndent); in DumpGcRoot()