Searched defs:DumpObjectInfo (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dverification.cc52 std::string Verification::DumpObjectInfo(const void* addr, const char* tag) const { function in class:art::gc::Verification
96 oss << DumpObjectInfo(ref, "ref") << "\n";
97 oss << DumpObjectInfo(holder.Ptr(), "holder");

Completed in 46 milliseconds