Home
last modified time | relevance | path

Searched refs:VariableIndentationOutputStream (Results 1 – 12 of 12) 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_;
/art/runtime/
Dstack_map.h36 class VariableIndentationOutputStream; variable
104 void Dump(VariableIndentationOutputStream* vios) const;
164 void Dump(VariableIndentationOutputStream* vios,
198 void Dump(VariableIndentationOutputStream* vios,
420 void Dump(VariableIndentationOutputStream* vios,
Dstack_map.cc248 void DexRegisterMap::Dump(VariableIndentationOutputStream* vios) const { in Dump()
261 void CodeInfo::Dump(VariableIndentationOutputStream* vios, in Dump()
313 void StackMap::Dump(VariableIndentationOutputStream* vios, in Dump()
337 void InlineInfo::Dump(VariableIndentationOutputStream* vios, in Dump()
Dparsed_options.cc747 VariableIndentationOutputStream vios(&oss); in Usage()
/art/cmdline/detail/
Dcmdline_parse_argument_detail.h84 virtual void DumpHelp(VariableIndentationOutputStream& os) = 0;
147 void DumpHelp(VariableIndentationOutputStream& vios) { in DumpHelp()
437 virtual void DumpHelp(VariableIndentationOutputStream& os) { in DumpHelp()
/art/runtime/verifier/
Dmethod_verifier.h47 class VariableIndentationOutputStream; variable
120 VariableIndentationOutputStream* vios,
Dverifier_deps.h38 class VariableIndentationOutputStream; variable
127 void Dump(VariableIndentationOutputStream* vios) const;
Dmethod_verifier.cc782 VariableIndentationOutputStream vios(&os); in Dump()
785 void Dump(VariableIndentationOutputStream* vios) REQUIRES_SHARED(Locks::mutator_lock_);
1631 void MethodVerifier<kVerifierDebug>::Dump(VariableIndentationOutputStream* vios) { in Dump()
5388 VariableIndentationOutputStream* vios, in VerifyMethodAndDump()
Dverifier_deps.cc885 void VerifierDeps::Dump(VariableIndentationOutputStream* vios) const { in Dump()
/art/cmdline/
Dcmdline_parser.h527 void DumpHelp(VariableIndentationOutputStream& vios);
719 void CmdlineParser<TVariantMap, TVariantMapKey>::DumpHelp(VariableIndentationOutputStream& vios) { in DumpHelp()
/art/oatdump/
Doatdump.cc554 VariableIndentationOutputStream vios(&os); in Dump()
680 VariableIndentationOutputStream vios(&os); in Dump()
803 void DumpStats(VariableIndentationOutputStream& os, in DumpStats()
923 VariableIndentationOutputStream vios(&os); in DumpOatDexFile()
1069 bool DumpOatClass(VariableIndentationOutputStream* vios, in DumpOatClass()
1104 bool DumpOatMethod(VariableIndentationOutputStream* vios, in DumpOatMethod()
1352 void DumpVmapData(VariableIndentationOutputStream* vios, in DumpVmapData()
1375 void DumpCodeInfo(VariableIndentationOutputStream* vios, in DumpCodeInfo()
1499 verifier::MethodVerifier* DumpVerifier(VariableIndentationOutputStream* vios, in DumpVerifier()
1608 void DumpCode(VariableIndentationOutputStream* vios, in DumpCode()
[all …]
/art/dex2oat/
Dverifier_deps_test.cc1181 VariableIndentationOutputStream os(&stream); in TEST_F()