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, 199 void Dump(VariableIndentationOutputStream* vios, 433 void Dump(VariableIndentationOutputStream* vios,
|
D | stack_map.cc | 212 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/ |
D | method_verifier.h | 47 class VariableIndentationOutputStream; variable 110 VariableIndentationOutputStream* vios,
|
D | verifier_deps.h | 38 class VariableIndentationOutputStream; variable 126 void Dump(VariableIndentationOutputStream* vios) const;
|
D | method_verifier.cc | 588 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()
|
D | verifier_deps.cc | 832 void VerifierDeps::Dump(VariableIndentationOutputStream* vios) const { in Dump()
|
/art/oatdump/ |
D | oatdump.cc | 555 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/ |
D | verifier_deps_test.cc | 1175 VariableIndentationOutputStream os(&stream); in TEST_F()
|