Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.cc737 LOG(FATAL_WITHOUT_ABORT) << cc_->DumpReferenceInfo(holder_.Ptr(), "holder_", kIndent); in CheckReference()
738 LOG(FATAL_WITHOUT_ABORT) << cc_->DumpReferenceInfo(ref, "ref", kIndent); in CheckReference()
2853 std::string ConcurrentCopying::DumpReferenceInfo(mirror::Object* ref, in DumpReferenceInfo() function in art::gc::collector::ConcurrentCopying
2883 oss << DumpReferenceInfo(obj, "obj", kIndent) << '\n'; in DumpHeapReference()
2885 oss << DumpReferenceInfo(ref, "ref", kIndent); in DumpHeapReference()
2992 oss << DumpReferenceInfo(ref, "ref", kIndent); in DumpGcRoot()
3813 << DumpReferenceInfo(it->AsMirrorPtr(), "*it"); in FinishPhase()
Dconcurrent_copying.h166 std::string DumpReferenceInfo(mirror::Object* ref, const char* ref_name, const char* indent = "")
/art/runtime/
Dthread.cc4497 LOG(FATAL) << cc->DumpReferenceInfo(object, "string") in SweepCacheEntry()