Searched refs:VariableIndentationOutputStream (Results 1 – 9 of 9) 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_;
|
/art/runtime/ |
D | stack_map.h | 36 class VariableIndentationOutputStream; variable 104 void Dump(VariableIndentationOutputStream* vios) const; 164 void Dump(VariableIndentationOutputStream* vios, 198 void Dump(VariableIndentationOutputStream* vios, 420 void Dump(VariableIndentationOutputStream* vios,
|
D | stack_map.cc | 248 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()
|
/art/runtime/verifier/ |
D | method_verifier.h | 47 class VariableIndentationOutputStream; variable 120 VariableIndentationOutputStream* vios,
|
D | verifier_deps.h | 38 class VariableIndentationOutputStream; variable 126 void Dump(VariableIndentationOutputStream* vios) const;
|
D | method_verifier.cc | 782 VariableIndentationOutputStream vios(&os); in Dump() 785 void Dump(VariableIndentationOutputStream* vios) REQUIRES_SHARED(Locks::mutator_lock_); 1630 void MethodVerifier<kVerifierDebug>::Dump(VariableIndentationOutputStream* vios) { in Dump() 5387 VariableIndentationOutputStream* vios, in VerifyMethodAndDump()
|
D | verifier_deps.cc | 832 void VerifierDeps::Dump(VariableIndentationOutputStream* vios) const { in Dump()
|
/art/oatdump/ |
D | oatdump.cc | 554 VariableIndentationOutputStream vios(&os); in Dump() 676 VariableIndentationOutputStream vios(&os); in Dump() 799 void DumpStats(VariableIndentationOutputStream& os, in DumpStats() 919 VariableIndentationOutputStream vios(&os); in DumpOatDexFile() 1065 bool DumpOatClass(VariableIndentationOutputStream* vios, in DumpOatClass() 1100 bool DumpOatMethod(VariableIndentationOutputStream* vios, in DumpOatMethod() 1348 void DumpVmapData(VariableIndentationOutputStream* vios, in DumpVmapData() 1371 void DumpCodeInfo(VariableIndentationOutputStream* vios, in DumpCodeInfo() 1495 verifier::MethodVerifier* DumpVerifier(VariableIndentationOutputStream* vios, in DumpVerifier() 1604 void DumpCode(VariableIndentationOutputStream* vios, in DumpCode() [all …]
|
/art/dex2oat/ |
D | verifier_deps_test.cc | 1175 VariableIndentationOutputStream os(&stream); in TEST_F()
|