Searched refs:indent_os (Results 1 – 1 of 1) sorted by relevance
1793 std::ostream& indent_os = vios_.Stream(); in Dump() local1827 indent_os << StringPrintf("%s: %p\n", image_root_description, image_root_object.Ptr()); in Dump()1843 indent_os << StringPrintf("%d: ", j); in Dump()1845 indent_os << StringPrintf("%d to %zd: ", j, j + run); in Dump()1849 PrettyObjectValue(indent_os, value->GetClass(), value); in Dump()1851 indent_os << j << ": null\n"; in Dump()1866 indent_os << StringPrintf("%s: %p\n", description, image_method); in Dump()1930 indent_os << "\n"; in Dump()1935 std::ostream& indent_os = vios_.Stream(); in Dump()1936 indent_os << &method << " " << " ArtMethod: " << method.PrettyMethod() << "\n"; in Dump()[all …]