Searched refs:VariableIndentationOutputStream (Results 1 – 15 of 15) sorted by relevance
/aosp12/art/libartbase/base/ |
H A 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_;
|
H A D | stats.h | 27 class VariableIndentationOutputStream; variable 50 inline void DumpSizes(VariableIndentationOutputStream& os, std::string_view name) const; 58 inline void Dump(VariableIndentationOutputStream& os,
|
H A 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()
|
/aosp12/art/runtime/ |
H A D | stack_map.h | 36 class VariableIndentationOutputStream; variable 104 void Dump(VariableIndentationOutputStream* vios) const; 164 void Dump(VariableIndentationOutputStream* vios, 198 void Dump(VariableIndentationOutputStream* vios, 440 void Dump(VariableIndentationOutputStream* vios,
|
H A D | stack_map.cc | 241 void DexRegisterMap::Dump(VariableIndentationOutputStream* vios) const { in Dump() 254 void CodeInfo::Dump(VariableIndentationOutputStream* vios, in Dump() 307 void StackMap::Dump(VariableIndentationOutputStream* vios, in Dump() 337 void InlineInfo::Dump(VariableIndentationOutputStream* vios, in Dump()
|
H A D | parsed_options.cc | 779 VariableIndentationOutputStream vios(&oss); in Usage()
|
/aosp12/art/runtime/verifier/ |
H A D | verifier_deps.h | 38 class VariableIndentationOutputStream; variable 115 void Dump(VariableIndentationOutputStream* vios) const;
|
H A D | method_verifier.h | 47 class VariableIndentationOutputStream; variable 121 VariableIndentationOutputStream* vios,
|
H A D | verifier_deps.cc | 648 void VerifierDeps::Dump(VariableIndentationOutputStream* vios) const { in Dump()
|
H A D | method_verifier.cc | 765 VariableIndentationOutputStream vios(&os); in Dump() 768 void Dump(VariableIndentationOutputStream* vios) REQUIRES_SHARED(Locks::mutator_lock_); 1637 void MethodVerifier<kVerifierDebug>::Dump(VariableIndentationOutputStream* vios) { in Dump() 5319 VariableIndentationOutputStream* vios, in VerifyMethodAndDump()
|
/aosp12/art/cmdline/detail/ |
H A D | cmdline_parse_argument_detail.h | 84 virtual void DumpHelp(VariableIndentationOutputStream& os) = 0; 147 void DumpHelp(VariableIndentationOutputStream& vios) { in DumpHelp() 439 virtual void DumpHelp(VariableIndentationOutputStream& os) { in DumpHelp()
|
/aosp12/art/oatdump/ |
H A D | oatdump.cc | 571 VariableIndentationOutputStream vios(&os); in Dump() 695 VariableIndentationOutputStream vios(&os); in Dump() 902 VariableIndentationOutputStream vios(&os); in DumpOatDexFile() 1048 bool DumpOatClass(VariableIndentationOutputStream* vios, in DumpOatClass() 1083 bool DumpOatMethod(VariableIndentationOutputStream* vios, in DumpOatMethod() 1329 void DumpVmapData(VariableIndentationOutputStream* vios, in DumpVmapData() 1352 void DumpCodeInfo(VariableIndentationOutputStream* vios, in DumpCodeInfo() 1476 verifier::MethodVerifier* DumpVerifier(VariableIndentationOutputStream* vios, in DumpVerifier() 1504 void DumpCode(VariableIndentationOutputStream* vios, in DumpCode() 2334 VariableIndentationOutputStream vios(&os); in Dump() [all …]
|
/aosp12/art/cmdline/ |
H A D | cmdline_parser.h | 545 void DumpHelp(VariableIndentationOutputStream& vios); 737 void CmdlineParser<TVariantMap, TVariantMapKey>::DumpHelp(VariableIndentationOutputStream& vios) { in DumpHelp()
|
/aosp12/art/dex2oat/ |
H A D | verifier_deps_test.cc | 526 VariableIndentationOutputStream os(&stream); in TEST_F()
|
H A D | dex2oat.cc | 239 VariableIndentationOutputStream vios(&oss); in Usage()
|