Lines Matching refs:GetLocation
114 : OutputStream(out->GetLocation()), out_(out), writer_(writer) { } in ChecksumUpdatingOutputStream()
297 const char* GetLocation() const { in GetLocation() function in art::linker::OatWriter::OatDexFile
650 locations.push_back(oat_dex_file.GetLocation()); in GetSourceLocations()
1869 << method_ref.PrettyMethod() << " to " << out_->GetLocation(); in ReportWriteFailure()
2355 PLOG(ERROR) << "Failed to retrieve current position in " << out->GetLocation(); in WriteRodata()
2366 PLOG(ERROR) << "Failed to write class offsets to " << out->GetLocation(); in WriteRodata()
2372 PLOG(ERROR) << "Failed to write classes to " << out->GetLocation(); in WriteRodata()
2378 PLOG(ERROR) << "Failed to write method bss mappings to " << out->GetLocation(); in WriteRodata()
2384 PLOG(ERROR) << "Failed to write oat code to " << out->GetLocation(); in WriteRodata()
2390 PLOG(ERROR) << "Failed to write oat dex information to " << out->GetLocation(); in WriteRodata()
2401 << " Expected: " << expected_file_offset << " File: " << out->GetLocation(); in WriteRodata()
2441 << " to " << out_->GetLocation(); in VisitDexMethods()
2484 << dex_file->GetLocation(); in VisitDexMethods()
2500 PLOG(ERROR) << "Failed to write quickening offset table for " << dex_file->GetLocation() in VisitDexMethods()
2501 << " to " << out_->GetLocation(); in VisitDexMethods()
2537 << " Output: " << vdex_out->GetLocation(); in WriteQuickeningInfo()
2546 PLOG(ERROR) << "Failed to write the vdex quickening info. File: " << vdex_out->GetLocation(); in WriteQuickeningInfo()
2560 << " Output: " << vdex_out->GetLocation(); in WriteQuickeningInfo()
2572 << vdex_out->GetLocation(); in WriteQuickeningInfo()
2589 << " Output: " << vdex_out->GetLocation(); in WriteQuickeningInfo()
2595 << " File: " << vdex_out->GetLocation(); in WriteQuickeningInfo()
2602 << " File: " << vdex_out->GetLocation(); in WriteQuickeningInfo()
2643 << " Output: " << vdex_out->GetLocation(); in WriteVerifierDeps()
2652 << " File: " << vdex_out->GetLocation(); in WriteVerifierDeps()
2657 << " File: " << vdex_out->GetLocation(); in WriteVerifierDeps()
2681 LOG(ERROR) << "Failed to write oat code to " << out->GetLocation(); in WriteCode()
2687 LOG(ERROR) << "Failed to write oat code for dex files to " << out->GetLocation(); in WriteCode()
2722 LOG(ERROR) << "Failed to write boot image relocations to " << out->GetLocation(); in WriteDataBimgRelRo()
2736 LOG(ERROR) << "Failed to get oat end file offset in " << out->GetLocation(); in CheckOatSize()
2827 PLOG(ERROR) << "Failed to get current offset from " << out->GetLocation(); in WriteHeader()
2831 PLOG(ERROR) << "Failed to seek to oat header position in " << out->GetLocation(); in WriteHeader()
2838 PLOG(ERROR) << "Failed to flush before writing oat header to " << out->GetLocation(); in WriteHeader()
2844 PLOG(ERROR) << "Failed to write oat header to " << out->GetLocation(); in WriteHeader()
2849 PLOG(ERROR) << "Failed to flush after writing oat header to " << out->GetLocation(); in WriteHeader()
2854 PLOG(ERROR) << "Failed to seek back after writing oat header to " << out->GetLocation(); in WriteHeader()
3078 PLOG(ERROR) << "Failed to write " # field " to " << out->GetLocation(); \ in WriteCode()
3148 PLOG(ERROR) << "Failed to write .data.bimg.rel.ro in " << out->GetLocation(); in WriteDataBimgRelRo()
3161 LOG(ERROR) << "Failed to get file offset in " << out->GetLocation(); in RecordOatDataOffset()
3380 << " File: " << oat_dex_file->GetLocation() << " Output: " << file->GetPath(); in SeekToDexFile()
3385 << " File: " << oat_dex_file->GetLocation() << " Output: " << file->GetPath(); in SeekToDexFile()
3392 << " File: " << oat_dex_file->GetLocation() << " Output: " << file->GetPath(); in SeekToDexFile()
3404 std::string location(oat_dex_file->GetLocation()); in LayoutAndWriteDexFile()
3446 DCHECK(ValidateDexFileHeader(raw_dex_file, oat_dex_file->GetLocation())); in LayoutAndWriteDexFile()
3512 << " File: " << oat_dex_file->GetLocation() << " Output: " << file->GetPath(); in WriteDexFile()
3517 << " File: " << oat_dex_file->GetLocation() << " Output: " << file->GetPath(); in WriteDexFile()
3523 << " File: " << oat_dex_file->GetLocation() << " Output: " << file->GetPath(); in WriteDexFile()
3529 << " File: " << oat_dex_file->GetLocation() << " Output: " << file->GetPath(); in WriteDexFile()
3535 << extracted_size << " File: " << oat_dex_file->GetLocation(); in WriteDexFile()
3544 << " File: " << oat_dex_file->GetLocation() << " Output: " << file->GetPath(); in WriteDexFile()
3550 << " File: " << oat_dex_file->GetLocation(); in WriteDexFile()
3560 << " File: " << oat_dex_file->GetLocation() << " Output: " << file->GetPath(); in WriteDexFile()
3566 << " Expected: " << end_offset << " File: " << oat_dex_file->GetLocation(); in WriteDexFile()
3571 << " File: " << oat_dex_file->GetLocation() << " Output: " << file->GetPath(); in WriteDexFile()
3579 << " File: " << oat_dex_file->GetLocation() in WriteDexFile()
3599 << " File: " << oat_dex_file->GetLocation() << " Output: " << file->GetPath(); in WriteDexFile()
3606 << " File: " << oat_dex_file->GetLocation() << " Output: " << file->GetPath(); in WriteDexFile()
3611 << " File: " << oat_dex_file->GetLocation() << " Output: " << file->GetPath(); in WriteDexFile()
3621 << " File: " << oat_dex_file->GetLocation() << " Output: " << file->GetPath(); in WriteDexFile()
3627 << " Expected: " << end_offset << " File: " << oat_dex_file->GetLocation(); in WriteDexFile()
3632 << " File: " << oat_dex_file->GetLocation() << " Output: " << file->GetPath(); in WriteDexFile()
3646 DCHECK(ValidateDexFileHeader(dex_file, oat_dex_file->GetLocation())); in WriteDexFile()
3653 PLOG(ERROR) << "Failed to write dex file " << oat_dex_file->GetLocation() in WriteDexFile()
3654 << " to " << out->GetLocation(); in WriteDexFile()
3659 << " File: " << oat_dex_file->GetLocation(); in WriteDexFile()
3694 oat_dex_file.GetLocation(), in OpenDexFiles()
3701 LOG(ERROR) << "Failed to open dex file from oat file. File: " << oat_dex_file.GetLocation() in OpenDexFiles()
3743 CHECK(ValidateDexFileHeader(raw_dex_file, oat_dex_file.GetLocation())) in OpenDexFiles()
3758 oat_dex_file.GetLocation(), in OpenDexFiles()
3765 LOG(ERROR) << "Failed to open dex file from oat file. File: " << oat_dex_file.GetLocation() in OpenDexFiles()
3789 << " Expected: " << expected_offset << " File: " << oat_rodata->GetLocation(); in WriteTypeLookupTables()
3829 << " File: " << oat_dex_file->GetLocation() in WriteTypeLookupTables()
3830 << " Output: " << oat_rodata->GetLocation(); in WriteTypeLookupTables()
3841 << " File: " << oat_dex_file->GetLocation() in WriteTypeLookupTables()
3842 << " Output: " << oat_rodata->GetLocation(); in WriteTypeLookupTables()
3855 << " File: " << oat_rodata->GetLocation(); in WriteTypeLookupTables()
3875 << " Expected: " << expected_offset << " File: " << oat_rodata->GetLocation(); in WriteDexLayoutSections()
3892 << " File: " << oat_dex_file->GetLocation() in WriteDexLayoutSections()
3893 << " Output: " << oat_rodata->GetLocation(); in WriteDexLayoutSections()
3907 << " File: " << oat_dex_file->GetLocation() in WriteDexLayoutSections()
3908 << " Output: " << oat_rodata->GetLocation(); in WriteDexLayoutSections()
3919 << " File: " << oat_rodata->GetLocation(); in WriteDexLayoutSections()
3932 << " File: " << vdex_out->GetLocation(); in WriteChecksumsAndVdexHeader()
3941 << vdex_out->GetLocation(); in WriteChecksumsAndVdexHeader()
3962 PLOG(ERROR) << "Failed to write vdex header. File: " << vdex_out->GetLocation(); in WriteChecksumsAndVdexHeader()
3972 << " File: " << vdex_out->GetLocation(); in WriteChecksumsAndVdexHeader()
3981 PLOG(ERROR) << "Failed to write vdex header. File: " << vdex_out->GetLocation(); in WriteChecksumsAndVdexHeader()
3988 << " File: " << vdex_out->GetLocation(); in WriteChecksumsAndVdexHeader()
4063 PLOG(ERROR) << "Failed to write dex file location length to " << out->GetLocation(); in Write()
4069 PLOG(ERROR) << "Failed to write dex file location data to " << out->GetLocation(); in Write()
4075 PLOG(ERROR) << "Failed to write dex file location checksum to " << out->GetLocation(); in Write()
4081 PLOG(ERROR) << "Failed to write dex file offset to " << out->GetLocation(); in Write()
4087 PLOG(ERROR) << "Failed to write class offsets offset to " << out->GetLocation(); in Write()
4093 PLOG(ERROR) << "Failed to write lookup table offset to " << out->GetLocation(); in Write()
4099 PLOG(ERROR) << "Failed to write dex section layout info to " << out->GetLocation(); in Write()
4105 PLOG(ERROR) << "Failed to write method bss mapping offset to " << out->GetLocation(); in Write()
4111 PLOG(ERROR) << "Failed to write type bss mapping offset to " << out->GetLocation(); in Write()
4117 PLOG(ERROR) << "Failed to write string bss mapping offset to " << out->GetLocation(); in Write()
4127 PLOG(ERROR) << "Failed to write oat class offsets for " << GetLocation() in WriteClassOffsets()
4128 << " to " << out->GetLocation(); in WriteClassOffsets()
4184 PLOG(ERROR) << "Failed to write class status to " << out->GetLocation(); in Write()
4190 PLOG(ERROR) << "Failed to write oat class type to " << out->GetLocation(); in Write()
4200 PLOG(ERROR) << "Failed to write method bitmap size to " << out->GetLocation(); in Write()
4206 PLOG(ERROR) << "Failed to write method bitmap to " << out->GetLocation(); in Write()
4213 PLOG(ERROR) << "Failed to write method offsets to " << out->GetLocation(); in Write()