Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc1700 std::ostream& indent_os = vios_.Stream(); in Dump() local
1734 indent_os << StringPrintf("%s: %p\n", image_root_description, image_root_object.Ptr()); in Dump()
1750 indent_os << StringPrintf("%d: ", j); in Dump()
1752 indent_os << StringPrintf("%d to %zd: ", j, j + run); in Dump()
1756 PrettyObjectValue(indent_os, value->GetClass(), value); in Dump()
1758 indent_os << j << ": null\n"; in Dump()
1773 indent_os << StringPrintf("%s: %p\n", description, image_method); in Dump()
1837 indent_os << "\n"; in Dump()
1842 std::ostream& indent_os = vios_.Stream(); in Dump()
1843 indent_os << &method << " " << " ArtMethod: " << method.PrettyMethod() << "\n"; in Dump()
[all …]