Searched refs:vios (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | stack_map.cc | 93 void StackMapEncoding::Dump(VariableIndentationOutputStream* vios) const { in Dump() 94 vios->Stream() in Dump() 106 void InlineInfoEncoding::Dump(VariableIndentationOutputStream* vios) const { in Dump() 107 vios->Stream() in Dump() 117 void CodeInfo::Dump(VariableIndentationOutputStream* vios, in Dump() argument 125 vios->Stream() in Dump() 129 ScopedIndentation indent1(vios); in Dump() 130 encoding.stack_map.encoding.Dump(vios); in Dump() 132 encoding.inline_info.encoding.Dump(vios); in Dump() 135 GetDexRegisterLocationCatalog(encoding).Dump(vios, *this); in Dump() [all …]
|
D | indenter.h | 143 explicit ScopedIndentation(VariableIndentationOutputStream* vios, 145 : vios_(vios), in vios_() argument
|
/art/oatdump/ |
D | oatdump.cc | 569 VariableIndentationOutputStream vios(&os); in Dump() local 583 deps.Dump(&vios); in Dump() 638 VariableIndentationOutputStream vios(&os); in Dump() local 639 stats_.Dump(vios); in Dump() 1095 VariableIndentationOutputStream vios(&os); in DumpOatDexFile() local 1096 ScopedIndentation indent1(&vios); in DumpOatDexFile() 1118 if (!DumpOatClass(&vios, oat_class, *dex_file, class_def, &stop_analysis)) { in DumpOatDexFile() 1254 bool DumpOatClass(VariableIndentationOutputStream* vios, in DumpOatClass() argument 1261 vios->Stream() << std::flush; in DumpOatClass() 1268 if (!DumpOatMethod(vios, class_def, class_method_index, oat_class, dex_file, in DumpOatClass() [all …]
|
/art/runtime/verifier/ |
D | verifier_deps.cc | 767 void VerifierDeps::Dump(VariableIndentationOutputStream* vios) const { in Dump() 770 vios->Stream() in Dump() 775 ScopedIndentation indent(vios); in Dump() 778 vios->Stream() << "Extra string: " << str << "\n"; in Dump() 782 vios->Stream() in Dump() 790 vios->Stream() in Dump() 798 vios->Stream() in Dump() 807 vios->Stream() in Dump() 813 vios->Stream() << "unresolved\n"; in Dump() 815 vios->Stream() in Dump() [all …]
|
D | method_verifier.h | 117 VariableIndentationOutputStream* vios, 150 void Dump(VariableIndentationOutputStream* vios) REQUIRES_SHARED(Locks::mutator_lock_);
|
D | verifier_deps.h | 114 void Dump(VariableIndentationOutputStream* vios) const;
|