Lines Matching refs:indent_os
1801 std::ostream& indent_os = vios_.Stream(); in Dump() local
1835 indent_os << StringPrintf("%s: %p\n", image_root_description, image_root_object.Ptr()); in Dump()
1851 indent_os << StringPrintf("%d: ", j); in Dump()
1853 indent_os << StringPrintf("%d to %zd: ", j, j + run); in Dump()
1857 PrettyObjectValue(indent_os, value->GetClass(), value); in Dump()
1859 indent_os << j << ": null\n"; in Dump()
1874 indent_os << StringPrintf("%s: %p\n", description, image_method); in Dump()
1952 indent_os << "\n"; in Dump()
1957 std::ostream& indent_os = vios_.Stream(); in Dump()
1958 indent_os << &method << " " << " ArtMethod: " << method.PrettyMethod() << "\n"; in Dump()
1959 DumpMethod(&method, indent_os); in Dump()
1960 indent_os << "\n"; in Dump()
1964 indent_os << "\n"; in Dump()
2038 stats_.Dump(os, indent_os); in Dump()
2351 void DumpMethod(ArtMethod* method, std::ostream& indent_os) in DumpMethod() argument
2368 indent_os << StringPrintf("OAT CODE: %p\n", quick_oat_code_begin); in DumpMethod()
2375 indent_os << "IMT conflict table " << table << " method: "; in DumpMethod()
2377 indent_os << ArtMethod::PrettyMethod(table->GetImplementationMethod(i, pointer_size)) in DumpMethod()
2414 indent_os << StringPrintf("OAT CODE: %p-%p\n", quick_oat_code_begin, quick_oat_code_end); in DumpMethod()
2415 indent_os << StringPrintf("SIZE: Dex Instructions=%zd StackMaps=%zd AccessFlags=0x%x\n", in DumpMethod()
2617 void Dump(std::ostream& os, std::ostream& indent_os) in Dump()
2622 indent_os << StringPrintf("header_bytes = %8zd (%2.0f%% of art file bytes)\n" in Dump()