Home
last modified time | relevance | path

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

/art/runtime/
Dindenter.h107 friend class VariableIndentationOutputStream; variable
112 class VariableIndentationOutputStream {
114 explicit VariableIndentationOutputStream(std::ostream* os, char text = kIndentChar)
136 DISALLOW_COPY_AND_ASSIGN(VariableIndentationOutputStream);
141 explicit ScopedIndentation(VariableIndentationOutputStream* vios,
153 VariableIndentationOutputStream* const vios_;
Dstack_map.cc93 void StackMapEncoding::Dump(VariableIndentationOutputStream* vios) const { in Dump()
106 void InlineInfoEncoding::Dump(VariableIndentationOutputStream* vios) const { in Dump()
117 void CodeInfo::Dump(VariableIndentationOutputStream* vios, in Dump()
154 void DexRegisterLocationCatalog::Dump(VariableIndentationOutputStream* vios, in Dump()
169 void DexRegisterMap::Dump(VariableIndentationOutputStream* vios, in Dump()
191 void StackMap::Dump(VariableIndentationOutputStream* vios, in Dump()
232 void InlineInfo::Dump(VariableIndentationOutputStream* vios, in Dump()
Dstack_map.h33 class VariableIndentationOutputStream; variable
373 void Dump(VariableIndentationOutputStream* vios,
633 void Dump(VariableIndentationOutputStream* vios,
774 void Dump(VariableIndentationOutputStream* vios) const;
872 void Dump(VariableIndentationOutputStream* vios,
938 void Dump(VariableIndentationOutputStream* vios) const;
1060 void Dump(VariableIndentationOutputStream* vios,
1570 void Dump(VariableIndentationOutputStream* vios,
/art/runtime/verifier/
Dmethod_verifier.h44 class VariableIndentationOutputStream; variable
112 VariableIndentationOutputStream* vios,
149 void Dump(VariableIndentationOutputStream* vios) REQUIRES_SHARED(Locks::mutator_lock_);
Dverifier_deps.h37 class VariableIndentationOutputStream; variable
114 void Dump(VariableIndentationOutputStream* vios) const;
Dverifier_deps.cc767 void VerifierDeps::Dump(VariableIndentationOutputStream* vios) const { in Dump()
Dmethod_verifier.cc501 VariableIndentationOutputStream* vios, in VerifyMethodAndDump()
1658 VariableIndentationOutputStream vios(&os); in Dump()
1662 void MethodVerifier::Dump(VariableIndentationOutputStream* vios) { in Dump()
/art/oatdump/
Doatdump.cc515 VariableIndentationOutputStream vios(&os); in Dump()
556 VariableIndentationOutputStream vios(&os); in Dump()
652 void Dump(VariableIndentationOutputStream& os) { in Dump()
740 void Dump(VariableIndentationOutputStream& os, in Dump()
970 VariableIndentationOutputStream vios(&os); in DumpOatDexFile()
1086 bool DumpOatClass(VariableIndentationOutputStream* vios, in DumpOatClass()
1135 bool DumpOatMethod(VariableIndentationOutputStream* vios, in DumpOatMethod()
1369 void DumpVmapData(VariableIndentationOutputStream* vios, in DumpVmapData()
1393 void DumpCodeInfo(VariableIndentationOutputStream* vios, in DumpCodeInfo()
1531 verifier::MethodVerifier* DumpVerifier(VariableIndentationOutputStream* vios, in DumpVerifier()
[all …]
/art/compiler/
Dverifier_deps_test.cc1130 VariableIndentationOutputStream os(&stream); in TEST_F()