Home | History | Annotate | Download | only in oatdump

Lines Matching defs:string

22 #include <string>
99 explicit OatDumper(const std::string& host_prefix, const OatFile& oat_file)
132 const std::string image_file_location(oat_header.GetImageFileLocation());
656 const std::string host_prefix_;
665 explicit ImageDumper(std::ostream* os, const std::string& image_filename,
666 const std::string& host_prefix, gc::space::ImageSpace& image_space,
723 std::string oat_location(oat_location_object->AsString()->ToModifiedUtf8());
778 std::string cache_location(GetDalvikCacheFilenameOrDie(image_filename_));
809 mirror::String* string = value->AsString();
810 os << StringPrintf("%p String: %s\n", string,
811 PrintableString(string->ToModifiedUtf8()).c_str());
940 os << StringPrintf("%p: java.lang.String %s\n", obj,
1100 std::vector<std::pair<std::string, size_t> > oat_dex_file_sizes;
1126 typedef SafeMap<std::string, SizeAndCount> SizeAndCountTable;
1129 void Update(const std::string& descriptor, size_t object_bytes) {
1279 const std::string& descriptor(sizes_and_count.first);
1307 for (const std::pair<std::string, size_t>& oat_dex_file_size : oat_dex_file_sizes) {
1343 const std::string image_filename_;
1344 const std::string host_prefix_;
1366 std::string elf_filename_prefix;
1367 UniquePtr<std::string> host_prefix;
1380 host_prefix.reset(new std::string(option.substr(strlen("--host-prefix=")).data()));
1408 host_prefix.reset(new std::string(android_product_out));
1410 host_prefix.reset(new std::string(""));
1427 std::string image_option;
1428 std::string oat_option;
1429 std::string boot_image_option;
1430 std::string boot_oat_option;