Searched refs:DumpReferenceInfo (Results 1 – 3 of 3) sorted by relevance
/art/runtime/gc/collector/ |
D | concurrent_copying.cc | 727 LOG(FATAL_WITHOUT_ABORT) << cc_->DumpReferenceInfo(holder_.Ptr(), "holder_", kIndent); in CheckReference() 728 LOG(FATAL_WITHOUT_ABORT) << cc_->DumpReferenceInfo(ref, "ref", kIndent); in CheckReference() 2846 std::string ConcurrentCopying::DumpReferenceInfo(mirror::Object* ref, in DumpReferenceInfo() function in art::gc::collector::ConcurrentCopying 2876 oss << DumpReferenceInfo(obj, "obj", kIndent) << '\n'; in DumpHeapReference() 2878 oss << DumpReferenceInfo(ref, "ref", kIndent); in DumpHeapReference() 2985 oss << DumpReferenceInfo(ref, "ref", kIndent); in DumpGcRoot() 3808 << DumpReferenceInfo(it->AsMirrorPtr(), "*it"); in FinishPhase()
|
D | concurrent_copying.h | 167 std::string DumpReferenceInfo(mirror::Object* ref, const char* ref_name, const char* indent = "")
|
/art/runtime/ |
D | thread.cc | 4531 LOG(FATAL) << cc->DumpReferenceInfo(object, "string") in SweepCacheEntry()
|