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

/art/runtime/
H A Dstack_map.cc93 void StackMapEncoding::Dump(VariableIndentationOutputStream* vios) const {
94 vios->Stream()
106 void InlineInfoEncoding::Dump(VariableIndentationOutputStream* vios) const {
107 vios->Stream()
117 void CodeInfo::Dump(VariableIndentationOutputStream* vios, argument
125 vios->Stream()
129 ScopedIndentation indent1(vios);
130 encoding.stack_map.encoding.Dump(vios);
132 encoding.inline_info.encoding.Dump(vios);
135 GetDexRegisterLocationCatalog(encoding).Dump(vios, *thi
154 Dump(VariableIndentationOutputStream* vios, const CodeInfo& code_info) argument
169 Dump(VariableIndentationOutputStream* vios, const CodeInfo& code_info, uint16_t number_of_dex_registers) const argument
191 Dump(VariableIndentationOutputStream* vios, const CodeInfo& code_info, const CodeInfoEncoding& encoding, const MethodInfo& method_info, uint32_t code_offset, uint16_t number_of_dex_registers, InstructionSet instruction_set, const std::string& header_suffix) const argument
232 Dump(VariableIndentationOutputStream* vios, const CodeInfo& code_info, const MethodInfo& method_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.h371 void Dump(VariableIndentationOutputStream* vios,
631 void Dump(VariableIndentationOutputStream* vios,
772 void Dump(VariableIndentationOutputStream* vios) const;
870 void Dump(VariableIndentationOutputStream* vios,
936 void Dump(VariableIndentationOutputStream* vios) const;
1058 void Dump(VariableIndentationOutputStream* vios,
1565 void Dump(VariableIndentationOutputStream* vios,
/art/oatdump/
H A Doatdump.cc493 VariableIndentationOutputStream vios(&os);
507 deps.Dump(&vios);
534 VariableIndentationOutputStream vios(&os);
535 stats_.Dump(vios);
948 VariableIndentationOutputStream vios(&os);
949 ScopedIndentation indent1(&vios);
971 if (!DumpOatClass(&vios, oat_class, *dex_file, class_def, &stop_analysis)) {
1073 bool DumpOatClass(VariableIndentationOutputStream* vios, argument
1080 vios->Stream() << std::flush;
1087 if (!DumpOatMethod(vios, class_de
1122 DumpOatMethod(VariableIndentationOutputStream* vios, const DexFile::ClassDef& class_def, uint32_t class_method_index, const OatFile::OatClass& oat_class, const DexFile& dex_file, uint32_t dex_method_idx, const DexFile::CodeItem* code_item, uint32_t method_access_flags, bool* addr_found) argument
1356 DumpVmapData(VariableIndentationOutputStream* vios, const OatFile::OatMethod& oat_method, const DexFile::CodeItem* code_item) argument
1380 DumpCodeInfo(VariableIndentationOutputStream* vios, const CodeInfo& code_info, const OatFile::OatMethod& oat_method, const DexFile::CodeItem& code_item, const MethodInfo& method_info) argument
1471 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
1584 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 Dverifier_deps.cc772 void VerifierDeps::Dump(VariableIndentationOutputStream* vios) const {
775 vios->Stream()
780 ScopedIndentation indent(vios);
783 vios->Stream() << "Extra string: " << str << "\n";
787 vios->Stream()
795 vios->Stream()
803 vios->Stream()
812 vios->Stream()
818 vios->Stream() << "unresolved\n";
820 vios
[all...]
H A Dmethod_verifier.h108 VariableIndentationOutputStream* vios,
145 void Dump(VariableIndentationOutputStream* vios) REQUIRES_SHARED(Locks::mutator_lock_);
H A Dmethod_verifier.cc504 VariableIndentationOutputStream* vios,
528 verifier->DumpFailures(vios->Stream());
529 vios->Stream() << verifier->info_messages_.str();
536 verifier->Dump(vios);
1656 VariableIndentationOutputStream vios(&os);
1657 Dump(&vios);
1660 void MethodVerifier::Dump(VariableIndentationOutputStream* vios) { argument
1662 vios->Stream() << "Native method\n";
1666 vios->Stream() << "Register Types:\n";
1667 ScopedIndentation indent1(vios);
503 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 Dverifier_deps.h116 void Dump(VariableIndentationOutputStream* vios) const;

Completed in 2840 milliseconds