Searched refs:vios (Results 1 - 6 of 6) sorted by relevance

/art/runtime/
H A Dstack_map.cc92 void StackMapEncoding::Dump(VariableIndentationOutputStream* vios) const {
93 vios->Stream()
104 void InlineInfoEncoding::Dump(VariableIndentationOutputStream* vios) const {
105 vios->Stream()
115 void CodeInfo::Dump(VariableIndentationOutputStream* vios, argument
121 vios->Stream()
125 ScopedIndentation indent1(vios);
126 encoding.stack_map_encoding.Dump(vios);
128 encoding.inline_info_encoding.Dump(vios);
131 GetDexRegisterLocationCatalog(encoding).Dump(vios, *thi
148 Dump(VariableIndentationOutputStream* vios, const CodeInfo& code_info) argument
163 Dump(VariableIndentationOutputStream* vios, const CodeInfo& code_info, uint16_t number_of_dex_registers) const argument
185 Dump(VariableIndentationOutputStream* vios, const CodeInfo& code_info, const CodeInfoEncoding& encoding, uint32_t code_offset, uint16_t number_of_dex_registers, const std::string& header_suffix) const argument
221 Dump(VariableIndentationOutputStream* vios, const CodeInfo& code_info, uint16_t number_of_dex_registers[]) const argument
[all...]
H A Dindenter.h141 explicit ScopedIndentation(VariableIndentationOutputStream* vios, argument
143 : vios_(vios),
H A Dstack_map.h366 void Dump(VariableIndentationOutputStream* vios, const CodeInfo& code_info);
625 void Dump(VariableIndentationOutputStream* vios,
767 void Dump(VariableIndentationOutputStream* vios) const;
862 void Dump(VariableIndentationOutputStream* vios,
922 void Dump(VariableIndentationOutputStream* vios) const;
1005 void Dump(VariableIndentationOutputStream* vios,
1247 void Dump(VariableIndentationOutputStream* vios,
/art/oatdump/
H A Doatdump.cc605 VariableIndentationOutputStream vios(&os);
606 ScopedIndentation indent1(&vios);
626 if (!DumpOatClass(&vios, oat_class, *dex_file, class_def, &stop_analysis)) {
726 bool DumpOatClass(VariableIndentationOutputStream* vios, argument
733 vios->Stream() << std::flush;
740 if (!DumpOatMethod(vios, class_def, class_method_index, oat_class, dex_file,
753 if (!DumpOatMethod(vios, class_def, class_method_index, oat_class, dex_file,
766 vios->Stream() << std::flush;
775 bool DumpOatMethod(VariableIndentationOutputStream* vios, argument
790 vios
999 DumpVmapData(VariableIndentationOutputStream* vios, const OatFile::OatMethod& oat_method, const DexFile::CodeItem* code_item) argument
1022 DumpCodeInfo(VariableIndentationOutputStream* vios, const CodeInfo& code_info, const OatFile::OatMethod& oat_method, const DexFile::CodeItem& code_item) argument
1110 DumpVerifier(VariableIndentationOutputStream* vios, StackHandleScope<1>* hs, uint32_t dex_method_idx, const DexFile* dex_file, const DexFile::ClassDef& class_def, const DexFile::CodeItem* code_item, uint32_t method_access_flags) argument
1216 DumpCode(VariableIndentationOutputStream* vios, const OatFile::OatMethod& oat_method, const DexFile::CodeItem* code_item, bool bad_input, size_t code_size) argument
[all...]
/art/runtime/verifier/
H A Dmethod_verifier.cc460 VariableIndentationOutputStream* vios,
484 verifier->DumpFailures(vios->Stream());
485 vios->Stream() << verifier->info_messages_.str();
492 verifier->Dump(vios);
1598 VariableIndentationOutputStream vios(&os);
1599 Dump(&vios);
1602 void MethodVerifier::Dump(VariableIndentationOutputStream* vios) { argument
1604 vios->Stream() << "Native method\n";
1608 vios->Stream() << "Register Types:\n";
1609 ScopedIndentation indent1(vios);
459 VerifyMethodAndDump(Thread* self, VariableIndentationOutputStream* vios, uint32_t dex_method_idx, const DexFile* dex_file, Handle<mirror::DexCache> dex_cache, Handle<mirror::ClassLoader> class_loader, const DexFile::ClassDef* class_def, const DexFile::CodeItem* code_item, ArtMethod* method, uint32_t method_access_flags) argument
[all...]
H A Dmethod_verifier.h173 VariableIndentationOutputStream* vios,
205 void Dump(VariableIndentationOutputStream* vios) SHARED_REQUIRES(Locks::mutator_lock_);

Completed in 175 milliseconds