Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.cc699 constexpr const char* kIndent = " "; in CheckReference() local
700 LOG(FATAL_WITHOUT_ABORT) << cc_->DumpReferenceInfo(holder_.Ptr(), "holder_", kIndent); in CheckReference()
701 LOG(FATAL_WITHOUT_ABORT) << cc_->DumpReferenceInfo(ref, "ref", kIndent); in CheckReference()
2767 constexpr const char* kIndent = " "; in DumpHeapReference() local
2768 oss << kIndent << "Invalid reference: ref=" << ref in DumpHeapReference()
2771 oss << DumpReferenceInfo(obj, "obj", kIndent) << '\n'; in DumpHeapReference()
2773 oss << DumpReferenceInfo(ref, "ref", kIndent); in DumpHeapReference()
2877 constexpr const char* kIndent = " "; in DumpGcRoot() local
2878 oss << kIndent << "Invalid GC root: ref=" << ref << '\n'; in DumpGcRoot()
2880 oss << DumpReferenceInfo(ref, "ref", kIndent); in DumpGcRoot()