Home
last modified time | relevance | path

Searched refs:VariableIndentationOutputStream (Results 1 – 9 of 9) 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,
199 void Dump(VariableIndentationOutputStream* vios,
433 void Dump(VariableIndentationOutputStream* vios,
Dstack_map.cc212 void DexRegisterMap::Dump(VariableIndentationOutputStream* vios) const { in Dump()
225 void CodeInfo::Dump(VariableIndentationOutputStream* vios, in Dump()
277 void StackMap::Dump(VariableIndentationOutputStream* vios, in Dump()
301 void InlineInfo::Dump(VariableIndentationOutputStream* vios, in Dump()
/art/runtime/verifier/
Dmethod_verifier.h47 class VariableIndentationOutputStream; variable
110 VariableIndentationOutputStream* vios,
Dverifier_deps.h38 class VariableIndentationOutputStream; variable
126 void Dump(VariableIndentationOutputStream* vios) const;
Dmethod_verifier.cc588 VariableIndentationOutputStream vios(&os); in Dump()
591 void Dump(VariableIndentationOutputStream* vios) REQUIRES_SHARED(Locks::mutator_lock_);
1620 void MethodVerifier<kVerifierDebug>::Dump(VariableIndentationOutputStream* vios) { in Dump()
5322 VariableIndentationOutputStream* vios, in VerifyMethodAndDump()
Dverifier_deps.cc832 void VerifierDeps::Dump(VariableIndentationOutputStream* vios) const { in Dump()
/art/oatdump/
Doatdump.cc555 VariableIndentationOutputStream vios(&os); in Dump()
677 VariableIndentationOutputStream vios(&os); in Dump()
800 void DumpStats(VariableIndentationOutputStream& os, in DumpStats()
920 VariableIndentationOutputStream vios(&os); in DumpOatDexFile()
1066 bool DumpOatClass(VariableIndentationOutputStream* vios, in DumpOatClass()
1101 bool DumpOatMethod(VariableIndentationOutputStream* vios, in DumpOatMethod()
1349 void DumpVmapData(VariableIndentationOutputStream* vios, in DumpVmapData()
1372 void DumpCodeInfo(VariableIndentationOutputStream* vios, in DumpCodeInfo()
1496 verifier::MethodVerifier* DumpVerifier(VariableIndentationOutputStream* vios, in DumpVerifier()
1605 void DumpCode(VariableIndentationOutputStream* vios, in DumpCode()
[all …]
/art/dex2oat/
Dverifier_deps_test.cc1175 VariableIndentationOutputStream os(&stream); in TEST_F()