Home
last modified time | relevance | path

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

/art/libartbase/base/
Dindenter.h149 : vios_(vios), in vios_() function
151 vios_->IncreaseIndentation(adjustment_); in vios_()
155 vios_->DecreaseIndentation(adjustment_); in ~ScopedIndentation()
159 VariableIndentationOutputStream* const vios_;
/art/oatdump/
Doatdump.cc1793 vios_(os), in ImageDumper()
1794 indent1_(&vios_), in ImageDumper()
1801 std::ostream& indent_os = vios_.Stream(); in Dump()
1839 ScopedIndentation indent2(&vios_); in Dump()
1957 std::ostream& indent_os = vios_.Stream(); in Dump()
2179 std::ostream& os = vios_.Stream(); in DumpObject()
2198 ScopedIndentation indent1(&vios_); in DumpObject()
2234 ScopedIndentation indent2(&vios_); in DumpObject()
2248 ScopedIndentation indent2(&vios_); in DumpObject()
2282 ScopedIndentation indent2(&vios_); in DumpObject()
[all …]