• Home
  • Raw
  • Download

Lines Matching refs:GetLocation

119       : OutputStream(out->GetLocation()), out_(out), writer_(writer) { }  in ChecksumUpdatingOutputStream()
250 const char* GetLocation() const { in GetLocation() function in art::linker::OatWriter::OatDexFile
547 locations.push_back(oat_dex_file.GetLocation()); in GetSourceLocations()
1862 << method_ref.PrettyMethod() << " to " << out_->GetLocation(); in ReportWriteFailure()
2452 PLOG(ERROR) << "Failed to retrieve current position in " << out->GetLocation(); in WriteRodata()
2463 PLOG(ERROR) << "Failed to write class offsets to " << out->GetLocation(); in WriteRodata()
2469 PLOG(ERROR) << "Failed to write classes to " << out->GetLocation(); in WriteRodata()
2475 PLOG(ERROR) << "Failed to write method bss mappings to " << out->GetLocation(); in WriteRodata()
2481 PLOG(ERROR) << "Failed to write oat code to " << out->GetLocation(); in WriteRodata()
2487 PLOG(ERROR) << "Failed to write oat dex information to " << out->GetLocation(); in WriteRodata()
2493 PLOG(ERROR) << "Failed to write BCP bss information to " << out->GetLocation(); in WriteRodata()
2504 << " Expected: " << expected_file_offset << " File: " << out->GetLocation(); in WriteRodata()
2558 LOG(ERROR) << "Failed to write oat code to " << out->GetLocation(); in WriteCode()
2564 LOG(ERROR) << "Failed to write oat code for dex files to " << out->GetLocation(); in WriteCode()
2599 LOG(ERROR) << "Failed to write boot image relocations to " << out->GetLocation(); in WriteDataBimgRelRo()
2613 LOG(ERROR) << "Failed to get oat end file offset in " << out->GetLocation(); in CheckOatSize()
2718 PLOG(ERROR) << "Failed to get current offset from " << out->GetLocation(); in WriteHeader()
2722 PLOG(ERROR) << "Failed to seek to oat header position in " << out->GetLocation(); in WriteHeader()
2729 PLOG(ERROR) << "Failed to flush before writing oat header to " << out->GetLocation(); in WriteHeader()
2735 PLOG(ERROR) << "Failed to write oat header to " << out->GetLocation(); in WriteHeader()
2740 PLOG(ERROR) << "Failed to flush after writing oat header to " << out->GetLocation(); in WriteHeader()
2745 PLOG(ERROR) << "Failed to seek back after writing oat header to " << out->GetLocation(); in WriteHeader()
3055 PLOG(ERROR) << "Failed to write the number of BCP dexfiles to " << out->GetLocation(); in WriteBcpBssInfo()
3089 PLOG(ERROR) << "Failed to write " # field " to " << out->GetLocation(); \ in WriteCode()
3161 PLOG(ERROR) << "Failed to write .data.bimg.rel.ro in " << out->GetLocation(); in WriteDataBimgRelRo()
3174 LOG(ERROR) << "Failed to get file offset in " << out->GetLocation(); in RecordOatDataOffset()
3214 dex_file->GetLocation().c_str(), in WriteDexFiles()
3217 LOG(ERROR) << "Failed to verify " << dex_file->GetLocation() << ": " << error_msg; in WriteDexFiles()
3248 LOG(ERROR) << "Dex file " << oat_dex_file.GetLocation() << " is too short: " in WriteDexFiles()
3412 std::string location(oat_dex_file->GetLocation()); in LayoutDexFile()
3481 CHECK(ValidateDexFileHeader(raw_dex_file, oat_dex_file.GetLocation())) in OpenDexFiles()
3496 raw_dex_file, oat_dex_file.dex_file_size_, oat_dex_file.GetLocation()); in OpenDexFiles()
3504 LOG(ERROR) << "Failed to open dex file from oat file. File: " << oat_dex_file.GetLocation() in OpenDexFiles()
3555 << " Expected: " << expected_offset << " File: " << oat_rodata->GetLocation(); in WriteDexLayoutSections()
3572 << " File: " << oat_dex_file->GetLocation() in WriteDexLayoutSections()
3573 << " Output: " << oat_rodata->GetLocation(); in WriteDexLayoutSections()
3587 << " File: " << oat_dex_file->GetLocation() in WriteDexLayoutSections()
3588 << " Output: " << oat_rodata->GetLocation(); in WriteDexLayoutSections()
3599 << " File: " << oat_rodata->GetLocation(); in WriteDexLayoutSections()
3814 dex_file_location_(std::make_unique<std::string>(dex_file_->GetLocation())), in OatDexFile()
3851 PLOG(ERROR) << "Failed to write dex file location length to " << out->GetLocation(); in Write()
3857 PLOG(ERROR) << "Failed to write dex file location data to " << out->GetLocation(); in Write()
3863 PLOG(ERROR) << "Failed to write dex file location checksum to " << out->GetLocation(); in Write()
3869 PLOG(ERROR) << "Failed to write dex file offset to " << out->GetLocation(); in Write()
3875 PLOG(ERROR) << "Failed to write class offsets offset to " << out->GetLocation(); in Write()
3881 PLOG(ERROR) << "Failed to write lookup table offset to " << out->GetLocation(); in Write()
3887 PLOG(ERROR) << "Failed to write dex section layout info to " << out->GetLocation(); in Write()
3893 PLOG(ERROR) << "Failed to write method bss mapping offset to " << out->GetLocation(); in Write()
3899 PLOG(ERROR) << "Failed to write type bss mapping offset to " << out->GetLocation(); in Write()
3905 PLOG(ERROR) << "Failed to write public type bss mapping offset to " << out->GetLocation(); in Write()
3913 PLOG(ERROR) << "Failed to write package type bss mapping offset to " << out->GetLocation(); in Write()
3920 PLOG(ERROR) << "Failed to write string bss mapping offset to " << out->GetLocation(); in Write()
3933 PLOG(ERROR) << "Failed to write method bss mapping offset to " << out->GetLocation(); in Write()
3939 PLOG(ERROR) << "Failed to write type bss mapping offset to " << out->GetLocation(); in Write()
3945 PLOG(ERROR) << "Failed to write public type bss mapping offset to " << out->GetLocation(); in Write()
3952 PLOG(ERROR) << "Failed to write package type bss mapping offset to " << out->GetLocation(); in Write()
3959 PLOG(ERROR) << "Failed to write string bss mapping offset to " << out->GetLocation(); in Write()
3969 PLOG(ERROR) << "Failed to write oat class offsets for " << GetLocation() in WriteClassOffsets()
3970 << " to " << out->GetLocation(); in WriteClassOffsets()
4029 PLOG(ERROR) << "Failed to write class status to " << out->GetLocation(); in Write()
4035 PLOG(ERROR) << "Failed to write oat class type to " << out->GetLocation(); in Write()
4045 PLOG(ERROR) << "Failed to write number of methods to " << out->GetLocation(); in Write()
4053 PLOG(ERROR) << "Failed to write method bitmap to " << out->GetLocation(); in Write()
4060 PLOG(ERROR) << "Failed to write method offsets to " << out->GetLocation(); in Write()