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/oat/
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.h42 class VariableIndentationOutputStream; variable
110 void Dump(VariableIndentationOutputStream* vios) const;
170 EXPORT void Dump(VariableIndentationOutputStream* vios,
204 void Dump(VariableIndentationOutputStream* vios,
476 EXPORT void Dump(VariableIndentationOutputStream* vios,
/art/runtime/verifier/
Dverifier_deps.h39 class VariableIndentationOutputStream; variable
120 EXPORT void Dump(VariableIndentationOutputStream* vios) const;
Dmethod_verifier.h46 class VariableIndentationOutputStream; variable
101 VariableIndentationOutputStream* vios,
Dverifier_deps.cc637 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_);
1594 void MethodVerifier<kVerifierDebug>::Dump(VariableIndentationOutputStream* vios) { in Dump()
5197 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.cc595 VariableIndentationOutputStream vios(&os); in Dump()
673 VariableIndentationOutputStream vios(&os); in Dump()
923 VariableIndentationOutputStream vios(&os); in DumpOatDexFile()
1072 bool DumpOatClass(VariableIndentationOutputStream* vios, in DumpOatClass()
1107 bool DumpOatMethod(VariableIndentationOutputStream* vios, in DumpOatMethod()
1356 void DumpVmapData(VariableIndentationOutputStream* vios, in DumpVmapData()
1374 void DumpCodeInfo(VariableIndentationOutputStream* vios, in DumpCodeInfo()
1485 verifier::MethodVerifier* DumpVerifier(VariableIndentationOutputStream* vios, in DumpVerifier()
1522 void DumpCode(VariableIndentationOutputStream* vios, in DumpCode()
2437 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.cc517 VariableIndentationOutputStream os(&stream); in TEST_F()
Ddex2oat.cc245 VariableIndentationOutputStream vios(&oss); in Usage()
/art/runtime/
Dparsed_options.cc845 VariableIndentationOutputStream vios(&oss); in Usage()