Searched refs:DumpReferenceInfo (Results 1 – 3 of 3) sorted by relevance
/art/runtime/gc/collector/ |
D | concurrent_copying.cc | 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() 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()
|
D | concurrent_copying.h | 166 std::string DumpReferenceInfo(mirror::Object* ref, const char* ref_name, const char* indent = "")
|
/art/runtime/ |
D | thread.cc | 4497 LOG(FATAL) << cc->DumpReferenceInfo(object, "string") in SweepCacheEntry()
|