Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.cc700 LOG(FATAL_WITHOUT_ABORT) << cc_->DumpReferenceInfo(holder_.Ptr(), "holder_", kIndent); in CheckReference()
701 LOG(FATAL_WITHOUT_ABORT) << cc_->DumpReferenceInfo(ref, "ref", kIndent); in CheckReference()
2741 std::string ConcurrentCopying::DumpReferenceInfo(mirror::Object* ref, in DumpReferenceInfo() function in art::gc::collector::ConcurrentCopying
2771 oss << DumpReferenceInfo(obj, "obj", kIndent) << '\n'; in DumpHeapReference()
2773 oss << DumpReferenceInfo(ref, "ref", kIndent); in DumpHeapReference()
2880 oss << DumpReferenceInfo(ref, "ref", kIndent); in DumpGcRoot()
3701 << DumpReferenceInfo(it->AsMirrorPtr(), "*it"); in FinishPhase()
Dconcurrent_copying.h279 std::string DumpReferenceInfo(mirror::Object* ref, const char* ref_name, const char* indent = "")