Home
last modified time | relevance | path

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

/art/runtime/
Dreference_table.cc183 std::string extras; in Dump() local
186 StringAppendF(&extras, " (%zd elements)", element_count); in Dump()
191 StringAppendF(&extras, " \"%s\"", utf8.c_str()); in Dump()
193 StringAppendF(&extras, " \"%.16s... (%d chars)", utf8.c_str(), s->GetLength()); in Dump()
196 os << StringPrintf(" %5d: ", idx) << ref << " " << className << extras << "\n"; in Dump()