Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A 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_;
H A Dstats.h27 class VariableIndentationOutputStream; variable
50 inline void DumpSizes(VariableIndentationOutputStream& os, std::string_view name) const;
58 inline void Dump(VariableIndentationOutputStream& os,
H A Dstats-inl.h27 void Stats::DumpSizes(VariableIndentationOutputStream& os, std::string_view name) const { in DumpSizes()
31 void Stats::Dump(VariableIndentationOutputStream& os, in Dump()
/aosp12/art/runtime/
H A Dstack_map.h36 class VariableIndentationOutputStream; variable
104 void Dump(VariableIndentationOutputStream* vios) const;
164 void Dump(VariableIndentationOutputStream* vios,
198 void Dump(VariableIndentationOutputStream* vios,
440 void Dump(VariableIndentationOutputStream* vios,
H A Dstack_map.cc241 void DexRegisterMap::Dump(VariableIndentationOutputStream* vios) const { in Dump()
254 void CodeInfo::Dump(VariableIndentationOutputStream* vios, in Dump()
307 void StackMap::Dump(VariableIndentationOutputStream* vios, in Dump()
337 void InlineInfo::Dump(VariableIndentationOutputStream* vios, in Dump()
H A Dparsed_options.cc779 VariableIndentationOutputStream vios(&oss); in Usage()
/aosp12/art/runtime/verifier/
H A Dverifier_deps.h38 class VariableIndentationOutputStream; variable
115 void Dump(VariableIndentationOutputStream* vios) const;
H A Dmethod_verifier.h47 class VariableIndentationOutputStream; variable
121 VariableIndentationOutputStream* vios,
H A Dverifier_deps.cc648 void VerifierDeps::Dump(VariableIndentationOutputStream* vios) const { in Dump()
H A Dmethod_verifier.cc765 VariableIndentationOutputStream vios(&os); in Dump()
768 void Dump(VariableIndentationOutputStream* vios) REQUIRES_SHARED(Locks::mutator_lock_);
1637 void MethodVerifier<kVerifierDebug>::Dump(VariableIndentationOutputStream* vios) { in Dump()
5319 VariableIndentationOutputStream* vios, in VerifyMethodAndDump()
/aosp12/art/cmdline/detail/
H A Dcmdline_parse_argument_detail.h84 virtual void DumpHelp(VariableIndentationOutputStream& os) = 0;
147 void DumpHelp(VariableIndentationOutputStream& vios) { in DumpHelp()
439 virtual void DumpHelp(VariableIndentationOutputStream& os) { in DumpHelp()
/aosp12/art/oatdump/
H A Doatdump.cc571 VariableIndentationOutputStream vios(&os); in Dump()
695 VariableIndentationOutputStream vios(&os); in Dump()
902 VariableIndentationOutputStream vios(&os); in DumpOatDexFile()
1048 bool DumpOatClass(VariableIndentationOutputStream* vios, in DumpOatClass()
1083 bool DumpOatMethod(VariableIndentationOutputStream* vios, in DumpOatMethod()
1329 void DumpVmapData(VariableIndentationOutputStream* vios, in DumpVmapData()
1352 void DumpCodeInfo(VariableIndentationOutputStream* vios, in DumpCodeInfo()
1476 verifier::MethodVerifier* DumpVerifier(VariableIndentationOutputStream* vios, in DumpVerifier()
1504 void DumpCode(VariableIndentationOutputStream* vios, in DumpCode()
2334 VariableIndentationOutputStream vios(&os); in Dump()
[all …]
/aosp12/art/cmdline/
H A Dcmdline_parser.h545 void DumpHelp(VariableIndentationOutputStream& vios);
737 void CmdlineParser<TVariantMap, TVariantMapKey>::DumpHelp(VariableIndentationOutputStream& vios) { in DumpHelp()
/aosp12/art/dex2oat/
H A Dverifier_deps_test.cc526 VariableIndentationOutputStream os(&stream); in TEST_F()
H A Ddex2oat.cc239 VariableIndentationOutputStream vios(&oss); in Usage()