Searched refs:VariableIndentationOutputStream (Results 1 – 9 of 9) sorted by relevance
/art/runtime/ |
D | indenter.h | 107 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_;
|
D | stack_map.cc | 93 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()
|
D | stack_map.h | 33 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/ |
D | method_verifier.h | 44 class VariableIndentationOutputStream; variable 112 VariableIndentationOutputStream* vios, 149 void Dump(VariableIndentationOutputStream* vios) REQUIRES_SHARED(Locks::mutator_lock_);
|
D | verifier_deps.h | 37 class VariableIndentationOutputStream; variable 114 void Dump(VariableIndentationOutputStream* vios) const;
|
D | verifier_deps.cc | 767 void VerifierDeps::Dump(VariableIndentationOutputStream* vios) const { in Dump()
|
D | method_verifier.cc | 501 VariableIndentationOutputStream* vios, in VerifyMethodAndDump() 1658 VariableIndentationOutputStream vios(&os); in Dump() 1662 void MethodVerifier::Dump(VariableIndentationOutputStream* vios) { in Dump()
|
/art/oatdump/ |
D | oatdump.cc | 515 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/ |
D | verifier_deps_test.cc | 1130 VariableIndentationOutputStream os(&stream); in TEST_F()
|