Lines Matching refs:StringPrintf
114 os << StringPrintf("0x%08x\n\n", oat_header.GetChecksum());
123 os << StringPrintf("0x%08x\n\n", oat_header.GetExecutableOffset());
126 os << StringPrintf("0x%08x\n\n", oat_header.GetImageFileLocationOatChecksum());
129 os << StringPrintf("0x%08x\n\n", oat_header.GetImageFileLocationOatDataBegin());
246 os << StringPrintf("location: %s\n", oat_dex_file.GetDexFileLocation().c_str());
247 os << StringPrintf("checksum: 0x%08x\n", oat_dex_file.GetDexFileLocationChecksum());
258 os << StringPrintf("%zd: %s (type_idx=%d) (", class_def_index, descriptor, class_def.class_idx_)
309 os << StringPrintf("%d: %s (dex_method_idx=%d)\n",
332 indent2_os << StringPrintf("frame_size_in_bytes: %zd\n", oat_method.GetFrameSizeInBytes());
333 indent2_os << StringPrintf("core_spill_mask: 0x%08x ", oat_method.GetCoreSpillMask());
335 indent2_os << StringPrintf("\nfp_spill_mask: 0x%08x ", oat_method.GetFpSpillMask());
337 indent2_os << StringPrintf("\nvmap_table: %p (offset=0x%08x)\n",
340 indent2_os << StringPrintf("mapping_table: %p (offset=0x%08x)\n",
348 indent2_os << StringPrintf("gc_map: %p (offset=0x%08x)\n",
358 indent1_os << StringPrintf("CODE: %p (offset=0x%08x size=%d)%s\n",
451 os << StringPrintf("%p", native_pc);
486 indent_os << StringPrintf("0x%04x -> 0x%04x\n", cur.NativePcOffset(), cur.DexPc());
494 indent_os << StringPrintf("0x%04x -> 0x%04x\n", cur.NativePcOffset(), cur.DexPc());
508 os << StringPrintf("suspend point dex PC: 0x%04x\n", cur.DexPc());
516 os << StringPrintf("catch entry dex PC: 0x%04x\n", cur.DexPc());
610 os << StringPrintf("0x%04zx: %s\n", i, instruction->DumpString(&dex_file).c_str());
680 os << "OAT CHECKSUM: " << StringPrintf("0x%08x\n\n", image_header_.GetOatChecksum());
699 indent1_os << StringPrintf("%s: %p\n", image_root_description, image_root_object);
807 StringPrintf("null %s\n", PrettyDescriptor(type).c_str());
810 os << StringPrintf("%p String: %s\n", string,
814 os << StringPrintf("%p Class: %s\n", klass, PrettyDescriptor(klass).c_str());
817 os << StringPrintf("%p Field: %s\n", field, PrettyField(field).c_str());
820 os << StringPrintf("%p Method: %s\n", method, PrettyMethod(method).c_str());
822 os << StringPrintf("%p %s\n", value, PrettyDescriptor(type).c_str());
830 os << StringPrintf("%s: ", fh.GetName());
834 os << StringPrintf("%lld (0x%llx)\n", field->Get64(obj), field->Get64(obj));
836 os << StringPrintf("%f (%a)\n", field->GetDouble(obj), field->GetDouble(obj));
838 os << StringPrintf("%f (%a)\n", field->GetFloat(obj), field->GetFloat(obj));
841 os << StringPrintf("%d (0x%x)\n", field->Get32(obj), field->Get32(obj));
848 os << StringPrintf("null %s\n", PrettyDescriptor(descriptor).c_str());
855 os << StringPrintf("%p %s\n", value, PrettyDescriptor(descriptor).c_str());
927 os << StringPrintf("%p: %s length:%d\n", obj, PrettyDescriptor(obj_class).c_str(),
931 os << StringPrintf("%p: java.lang.Class \"%s\" (", obj, PrettyDescriptor(klass).c_str())
934 os << StringPrintf("%p: java.lang.reflect.ArtField %s\n", obj,
937 os << StringPrintf("%p: java.lang.reflect.ArtMethod %s\n", obj,
940 os << StringPrintf("%p: java.lang.String %s\n", obj,
943 os << StringPrintf("%p: %s\n", obj, PrettyDescriptor(obj_class).c_str());
962 indent_os << StringPrintf("%d: ", i);
964 indent_os << StringPrintf("%d to %zd: ", i, i + run);
994 indent_os << StringPrintf("OAT CODE: %p\n", oat_code);
1045 indent_os << StringPrintf("OAT CODE: %p-%p\n", oat_code_begin, oat_code_end);
1046 indent_os << StringPrintf("SIZE: Dex Instructions=%zd GC=%zd Mapping=%zd\n",
1264 indent_os << StringPrintf("header_bytes = %8zd (%2.0f%% of art file bytes)\n"
1283 os << StringPrintf("%32s %8zd bytes %6zd instances "
1292 os << StringPrintf("oat_file_bytes = %8zd\n"
1308 os << StringPrintf("%s = %zd (%2.0f%% of oat file bytes)\n",
1313 os << "\n" << StringPrintf("gc_map_bytes = %7zd (%2.0f%% of oat file bytes)\n"
1321 os << StringPrintf("dex_instruction_bytes = %zd\n", dex_instruction_bytes)
1322 << StringPrintf("managed_code_bytes expansion = %.2f (ignoring deduplication %.2f)\n\n",