Home
last modified time | relevance | path

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

/art/libartbase/base/
Dindenter.h109 friend class VariableIndentationOutputStream; variable
114 class VariableIndentationOutputStream {
116 explicit VariableIndentationOutputStream(std::ostream* os, char text = kIndentChar)
142 DISALLOW_COPY_AND_ASSIGN(VariableIndentationOutputStream);
147 explicit ScopedIndentation(VariableIndentationOutputStream* vios,
159 VariableIndentationOutputStream* const vios_;
Dstats.h27 class VariableIndentationOutputStream; variable
50 inline void DumpSizes(VariableIndentationOutputStream& os, std::string_view name) const;
58 inline void Dump(VariableIndentationOutputStream& os,
Dstats-inl.h27 void Stats::DumpSizes(VariableIndentationOutputStream& os, std::string_view name) const { in DumpSizes()
31 void Stats::Dump(VariableIndentationOutputStream& os, in Dump()
/art/runtime/
Dstack_map.cc188 void DexRegisterMap::Dump(VariableIndentationOutputStream* vios) const { in Dump()
201 void CodeInfo::Dump(VariableIndentationOutputStream* vios, in Dump()
254 void StackMap::Dump(VariableIndentationOutputStream* vios, in Dump()
284 void InlineInfo::Dump(VariableIndentationOutputStream* vios, in Dump()
Dstack_map.h38 class VariableIndentationOutputStream; variable
106 void Dump(VariableIndentationOutputStream* vios) const;
166 void Dump(VariableIndentationOutputStream* vios,
200 void Dump(VariableIndentationOutputStream* vios,
436 void Dump(VariableIndentationOutputStream* vios,
Dparsed_options.cc799 VariableIndentationOutputStream vios(&oss); in Usage()
/art/runtime/verifier/
Dverifier_deps.h38 class VariableIndentationOutputStream; variable
115 void Dump(VariableIndentationOutputStream* vios) const;
Dmethod_verifier.h46 class VariableIndentationOutputStream; variable
101 VariableIndentationOutputStream* vios,
Dverifier_deps.cc648 void VerifierDeps::Dump(VariableIndentationOutputStream* vios) const { in Dump()
Dmethod_verifier.cc743 VariableIndentationOutputStream vios(&os); in Dump()
746 void Dump(VariableIndentationOutputStream* vios) REQUIRES_SHARED(Locks::mutator_lock_);
1590 void MethodVerifier<kVerifierDebug>::Dump(VariableIndentationOutputStream* vios) { in Dump()
5209 VariableIndentationOutputStream* vios, in VerifyMethodAndDump()
/art/cmdline/detail/
Dcmdline_parse_argument_detail.h84 virtual void DumpHelp(VariableIndentationOutputStream& os) = 0;
147 void DumpHelp(VariableIndentationOutputStream& vios) { in DumpHelp()
436 virtual void DumpHelp(VariableIndentationOutputStream& os) { in DumpHelp()
/art/oatdump/
Doatdump.cc577 VariableIndentationOutputStream vios(&os); in Dump()
701 VariableIndentationOutputStream vios(&os); in Dump()
909 VariableIndentationOutputStream vios(&os); in DumpOatDexFile()
1055 bool DumpOatClass(VariableIndentationOutputStream* vios, in DumpOatClass()
1090 bool DumpOatMethod(VariableIndentationOutputStream* vios, in DumpOatMethod()
1333 void DumpVmapData(VariableIndentationOutputStream* vios, in DumpVmapData()
1351 void DumpCodeInfo(VariableIndentationOutputStream* vios, in DumpCodeInfo()
1462 verifier::MethodVerifier* DumpVerifier(VariableIndentationOutputStream* vios, in DumpVerifier()
1498 void DumpCode(VariableIndentationOutputStream* vios, in DumpCode()
2393 VariableIndentationOutputStream vios(&os); in Dump()
[all …]
/art/cmdline/
Dcmdline_parser.h545 void DumpHelp(VariableIndentationOutputStream& vios);
737 void CmdlineParser<TVariantMap, TVariantMapKey>::DumpHelp(VariableIndentationOutputStream& vios) { in DumpHelp()
/art/dex2oat/
Dverifier_deps_test.cc516 VariableIndentationOutputStream os(&stream); in TEST_F()
Ddex2oat.cc242 VariableIndentationOutputStream vios(&oss); in Usage()