Home | History | Annotate | Download | only in oatdump

Lines Matching refs:StringPrintf

378     os << StringPrintf("0x%08x\n\n", oat_header.GetChecksum());
396 os << StringPrintf("0x%08x", oat_header.offset()); \
398 os << StringPrintf(" (%p)", oat_file_.Begin() + oat_header.offset()); \
400 os << StringPrintf("\n\n");
420 os << StringPrintf("%d (0x%08x)\n\n",
425 os << StringPrintf("0x%08x\n\n", oat_header.GetImageFileLocationOatChecksum());
428 os << StringPrintf("0x%08x\n\n", oat_header.GetImageFileLocationOatDataBegin());
460 os << StringPrintf("0x%08x\n\n", resolved_addr2instr_);
587 os << StringPrintf("location: %s\n", oat_dex_file.GetDexFileLocation().c_str());
588 os << StringPrintf("checksum: 0x%08x\n", oat_dex_file.GetDexFileLocationChecksum());
612 os << StringPrintf("%zd: %s (offset=0x%08x) (type_idx=%d)",
705 os << StringPrintf("Dex file exported at %s (%zd bytes)\n", out_dex_path.c_str(), fsize);
782 os << StringPrintf("%d: %s (dex_method_idx=%d)\n",
819 *indent1_os << StringPrintf("%p ", oat_method_offsets);
821 *indent1_os << StringPrintf("(offset=0x%08x)\n", oat_method_offsets_offset);
823 *indent1_os << StringPrintf(
831 *indent2_os << StringPrintf("code_offset: 0x%08x ", code_offset);
834 *indent2_os << StringPrintf("WARNING: "
843 *indent2_os << StringPrintf("%p ", oat_method.GetGcMap());
846 *indent2_os << StringPrintf("(offset=0x%08x)\n", gc_map_offset);
848 *indent2_os << StringPrintf("WARNING: "
864 *indent1_os << StringPrintf("%p ", method_header);
866 *indent1_os << StringPrintf("(offset=0x%08x)\n", method_header_offset);
868 *indent1_os << StringPrintf(
878 *indent2_os << StringPrintf("%p ", oat_method.GetMappingTable());
881 *indent2_os << StringPrintf("(offset=0x%08x)\n", oat_method.GetMappingTableOffset());
883 *indent2_os << StringPrintf("WARNING: "
897 *indent2_os << StringPrintf("%p ", oat_method.GetVmapTable());
900 *indent2_os << StringPrintf("(offset=0x%08x)\n", vmap_table_offset);
902 *indent2_os << StringPrintf("WARNING: "
915 *indent2_os << StringPrintf("frame_size_in_bytes: %zd\n", oat_method.GetFrameSizeInBytes());
916 *indent2_os << StringPrintf("core_spill_mask: 0x%08x ", oat_method.GetCoreSpillMask());
919 *indent2_os << StringPrintf("fp_spill_mask: 0x%08x ", oat_method.GetFpSpillMask());
933 *indent2_os << StringPrintf("WARNING: "
943 *indent1_os << StringPrintf("%p ", code);
945 *indent1_os << StringPrintf("(code_offset=0x%08x size_offset=0x%08x size=%u)%s\n",
952 *indent2_os << StringPrintf("WARNING: "
957 *indent2_os << StringPrintf("WARNING: "
969 *indent2_os << StringPrintf("WARNING: "
1170 os << StringPrintf("%p", native_pc);
1188 indent_os << StringPrintf("0x%04x -> 0x%04x\n", cur.NativePcOffset(), cur.DexPc());
1196 indent_os << StringPrintf("0x%04x -> 0x%04x\n", cur.NativePcOffset(), cur.DexPc());
1210 os << StringPrintf("suspend point dex PC: 0x%04x\n", cur.DexPc());
1218 os << StringPrintf("catch entry dex PC: 0x%04x\n", cur.DexPc());
1298 os << StringPrintf("0x%04zx: ", i) << instruction->DumpHexLE(5)
1299 << StringPrintf
1387 os << "OAT CHECKSUM: " << StringPrintf("0x%08x\n\n", image_header_.GetOatChecksum());
1411 indent1_os << StringPrintf("%s: %p\n", image_root_description, image_root_object);
1428 indent2_os << StringPrintf("%d: ", j);
1430 indent2_os << StringPrintf("%d to %zd: ", j, j + run);
1449 indent1_os << StringPrintf("%s: %p\n", description, image_method);
1583 os << StringPrintf("null %s\n", PrettyDescriptor(type).c_str());
1586 os << StringPrintf("%p String: %s\n", string,
1590 os << StringPrintf("%p Class: %s\n", klass, PrettyDescriptor(klass).c_str());
1592 os << StringPrintf("%p %s\n", value, PrettyDescriptor(type).c_str());
1598 os << StringPrintf("%s: ", field->GetName());
1601 os << StringPrintf("%" PRId64 " (0x%" PRIx64 ")\n", field->Get64(obj), field->Get64(obj));
1604 os << StringPrintf("%f (%a)\n", field->GetDouble(obj), field->GetDouble(obj));
1607 os << StringPrintf("%f (%a)\n", field->GetFloat(obj), field->GetFloat(obj));
1610 os << StringPrintf("%d (0x%x)\n", field->Get32(obj), field->Get32(obj));
1613 os << StringPrintf("%u (0x%x)\n", field->GetChar(obj), field->GetChar(obj));
1616 os << StringPrintf("%d (0x%x)\n", field->GetShort(obj), field->GetShort(obj));
1619 os << StringPrintf("%s (0x%x)\n", field->GetBoolean(obj)? "true" : "false",
1623 os << StringPrintf("%d (0x%x)\n", field->GetByte(obj), field->GetByte(obj));
1630 os << StringPrintf("null %s\n", PrettyDescriptor(field->GetTypeDescriptor()).c_str());
1637 os << StringPrintf("%p %s\n", value,
1712 os << StringPrintf("%p: %s length:%d\n", obj, PrettyDescriptor(obj_class).c_str(),
1716 os << StringPrintf("%p: java.lang.Class \"%s\" (", obj, PrettyDescriptor(klass).c_str())
1719 os << StringPrintf("%p: java.lang.String %s\n", obj,
1722 os << StringPrintf("%p: %s\n", obj, PrettyDescriptor(obj_class).c_str());
1742 indent_os << StringPrintf("%d: ", i);
1744 indent_os << StringPrintf("%d to %zd: ", i, i + run);
1776 indent_os << StringPrintf("%d: ", i);
1778 indent_os << StringPrintf("%d to %zd: ", i, i + run);
1790 indent_os << StringPrintf("%p %s\n", elem, msg.c_str());
1814 indent_os << StringPrintf("OAT CODE: %p\n", quick_oat_code);
1863 indent_os << StringPrintf("OAT CODE: %p-%p\n", quick_oat_code_begin, quick_oat_code_end);
1864 indent_os << StringPrintf("SIZE: Dex Instructions=%zd GC=%zd Mapping=%zd\n",
2086 indent_os << StringPrintf("header_bytes = %8zd (%2.0f%% of art file bytes)\n"
2113 os << StringPrintf("%32s %8zd bytes %6zd instances "
2122 os << StringPrintf("oat_file_bytes = %8zd\n"
2144 os << StringPrintf("%s = %zd (%2.0f%% of oat file bytes)\n",
2149 os << "\n" << StringPrintf("gc_map_bytes = %7zd (%2.0f%% of oat file bytes)\n"
2157 os << StringPrintf("dex_instruction_bytes = %zd\n", dex_instruction_bytes)
2158 << StringPrintf("managed_code_bytes expansion = %.2f (ignoring deduplication %.2f)\n\n",