Searched refs:indent_os (Results 1 – 1 of 1) sorted by relevance
1801 std::ostream& indent_os = vios_.Stream(); in Dump() local1835 indent_os << StringPrintf("%s: %p\n", image_root_description, image_root_object.Ptr()); in Dump()1851 indent_os << StringPrintf("%d: ", j); in Dump()1853 indent_os << StringPrintf("%d to %zd: ", j, j + run); in Dump()1857 PrettyObjectValue(indent_os, value->GetClass(), value); in Dump()1859 indent_os << j << ": null\n"; in Dump()1874 indent_os << StringPrintf("%s: %p\n", description, image_method); in Dump()1952 indent_os << "\n"; in Dump()1957 std::ostream& indent_os = vios_.Stream(); in Dump()1958 indent_os << &method << " " << " ArtMethod: " << method.PrettyMethod() << "\n"; in Dump()[all …]