Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc1804 std::ostream& indent_os = vios_.Stream(); in Dump() local
1838 indent_os << StringPrintf("%s: %p\n", image_root_description, image_root_object.Ptr()); in Dump()
1854 indent_os << StringPrintf("%d: ", j); in Dump()
1856 indent_os << StringPrintf("%d to %zd: ", j, j + run); in Dump()
1860 PrettyObjectValue(indent_os, value->GetClass(), value); in Dump()
1862 indent_os << j << ": null\n"; in Dump()
1877 indent_os << StringPrintf("%s: %p\n", description, image_method); in Dump()
1953 indent_os << "\n"; in Dump()
1958 std::ostream& indent_os = vios_.Stream(); in Dump()
1959 indent_os << &method << " " << " ArtMethod: " << method.PrettyMethod() << "\n"; in Dump()
[all …]