Home | History | Annotate | Download | only in oatdump

Lines Matching defs:string

24 #include <string>
89 const DexFile* OpenDexFile(const OatFile::OatDexFile* oat_dex_file, std::string* error_msg) {
103 OatSymbolizer(const OatFile* oat_file, const std::string& output_name, bool no_bits) :
182 std::string error_msg;
277 const std::string output_name_;
493 std::string error_msg;
522 std::string error_msg;
587 std::string error_msg;
614 if (DescriptorToDot(descriptor).find(options_.class_filter_) == std::string::npos) {
640 std::string error_msg;
641 std::string dex_file_location = oat_dex_file.GetDexFileLocation();
668 std::string dex_orig_name;
670 if (dex_orig_pos == std::string::npos)
679 if (apk_orig_pos != std::string::npos) {
684 std::string out_dex_path(options_.export_dex_location_);
784 std::string method_name = dex_file.GetMethodName(dex_file.GetMethodId(dex_method_idx));
785 if (method_name.find(options_.method_filter_) == std::string::npos) {
789 std::string pretty_method = PrettyMethod(dex_method_idx, dex_file, true);
1366 std::string image_filename = image_space_.GetImageFilename();
1367 std::string oat_location = ImageHeader::GetOatLocationFromImageLocation(image_filename);
1370 std::string error_msg;
1545 mirror::String* string = value->AsString();
1546 os << StringPrintf("%p String: %s\n", string,
1547 PrintableString(string->ToModifiedUtf8().c_str()).c_str());
1678 os << StringPrintf("%p: java.lang.String %s\n", obj,
1745 std::string msg;
1776 std::string msg;
1790 std::string temp;
1914 std::vector<std::pair<std::string, size_t>> oat_dex_file_sizes;
1943 typedef SafeMap<std::string, SizeAndCount> SizeAndCountTable;
2113 const std::string& descriptor(sizes_and_count.first);
2147 for (const std::pair<std::string, size_t>& oat_dex_file_size : oat_dex_file_sizes) {
2223 std::string error_msg;
2282 std::string error_msg;
2317 std::string error_msg;
2338 static int SymbolizeOat(const char* oat_filename, std::string& output_name, bool no_bits) {
2339 std::string error_msg;
2376 std::string* error_msg) OVERRIDE {
2427 virtual ParseStatus ParseChecks(std::string* error_msg) OVERRIDE {
2451 virtual std::string GetUsage() const {
2452 std::string usage;
2526 std::string elf_filename_prefix_;