Searched refs:VariableIndentationOutputStream (Results 1 – 15 of 15) sorted by relevance
/art/libartbase/base/ |
D | indenter.h | 109 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_;
|
D | stats.h | 27 class VariableIndentationOutputStream; variable 50 inline void DumpSizes(VariableIndentationOutputStream& os, std::string_view name) const; 58 inline void Dump(VariableIndentationOutputStream& os,
|
D | stats-inl.h | 27 void Stats::DumpSizes(VariableIndentationOutputStream& os, std::string_view name) const { in DumpSizes() 31 void Stats::Dump(VariableIndentationOutputStream& os, in Dump()
|
/art/runtime/oat/ |
D | stack_map.cc | 188 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()
|
D | stack_map.h | 42 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/ |
D | verifier_deps.h | 39 class VariableIndentationOutputStream; variable 120 EXPORT void Dump(VariableIndentationOutputStream* vios) const;
|
D | method_verifier.h | 46 class VariableIndentationOutputStream; variable 101 VariableIndentationOutputStream* vios,
|
D | verifier_deps.cc | 637 void VerifierDeps::Dump(VariableIndentationOutputStream* vios) const { in Dump()
|
D | method_verifier.cc | 743 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/ |
D | cmdline_parse_argument_detail.h | 84 virtual void DumpHelp(VariableIndentationOutputStream& os) = 0; 147 void DumpHelp(VariableIndentationOutputStream& vios) { in DumpHelp() 436 virtual void DumpHelp(VariableIndentationOutputStream& os) { in DumpHelp()
|
/art/oatdump/ |
D | oatdump.cc | 595 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/ |
D | cmdline_parser.h | 545 void DumpHelp(VariableIndentationOutputStream& vios); 737 void CmdlineParser<TVariantMap, TVariantMapKey>::DumpHelp(VariableIndentationOutputStream& vios) { in DumpHelp()
|
/art/dex2oat/ |
D | verifier_deps_test.cc | 517 VariableIndentationOutputStream os(&stream); in TEST_F()
|
D | dex2oat.cc | 245 VariableIndentationOutputStream vios(&oss); in Usage()
|
/art/runtime/ |
D | parsed_options.cc | 845 VariableIndentationOutputStream vios(&oss); in Usage()
|