Searched refs:GetOatHeader (Results 1 – 19 of 19) sorted by relevance
511 if (!GetOatHeader().IsValid()) { in Setup()512 std::string cause = GetOatHeader().GetValidationErrorMessage(); in Setup()518 PointerSize pointer_size = GetInstructionSetPointerSize(GetOatHeader().GetInstructionSet()); in Setup()520 (Size() >= sizeof(OatHeader)) ? GetOatHeader().GetKeyValueStoreSize() : 0u; in Setup()531 size_t oat_dex_files_offset = GetOatHeader().GetOatDexFilesOffset(); in Setup()532 if (oat_dex_files_offset < GetOatHeader().GetHeaderSize() || oat_dex_files_offset > Size()) { in Setup()537 GetOatHeader().GetHeaderSize(), in Setup()577 uint32_t dex_file_count = GetOatHeader().GetDexFileCount(); in Setup()1560 const OatHeader& OatFile::GetOatHeader() const { in GetOatHeader() function in art::OatFile1942 return GetOatHeader().IsPic(); in IsPic()[all …]
445 uint32_t number_of_dex_files = file.GetOatHeader().GetDexFileCount(); in DexChecksumUpToDate()478 const bool is_cc = file.GetOatHeader().IsConcurrentCopying(); in GivenOatFileStatus()512 } else if (file.GetOatHeader().GetImageFileLocationOatChecksum() != image_info->oat_checksum) { in GivenOatFileStatus()542 const OatHeader& oat_header = file.GetOatHeader(); in GivenOatFileStatus()915 for (size_t i = 0; i < odex_file->GetOatHeader().GetDexFileCount(); i++) { in GetRequiredDexChecksums()
126 const OatHeader& oat_header = odex_file->GetOatHeader(); in GenerateOatForTest()
149 const OatHeader& GetOatHeader() const;
1389 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey)); in TEST_F()1416 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey)); in TEST_F()1434 const char* cmd_line = oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kDex2OatCmdLineKey); in TEST_F()1454 const char* cmd_line = oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kDex2OatCmdLineKey); in TEST_F()
1054 const OatHeader& boot_oat_header = oat_file->GetOatHeader(); in OpenDexFilesFromImage()
952 const OatHeader& default_oat_header = oat_files[0]->GetOatHeader(); in InitFromBootImage()954 const char* image_file_location = oat_files[0]->GetOatHeader(). in InitFromBootImage()964 const OatHeader& ith_oat_header = oat_files[i]->GetOatHeader(); in InitFromBootImage()1693 if (oat_file->GetOatHeader().GetDexFileCount() != in AddImageSpace()
316 size_t rodata_size = oat_writer->GetOatHeader().GetExecutableOffset(); in Compile()342 writer->UpdateOatFileHeader(i, oat_writer->GetOatHeader()); in Compile()
217 const OatHeader& GetOatHeader() const { in GetOatHeader() function
219 size_t rodata_size = oat_writer.GetOatHeader().GetExecutableOffset(); in DoWriteElf()433 const OatHeader& oat_header = oat_file->GetOatHeader(); in TEST_F()
2527 const OatHeader& header = oat_file->GetOatHeader(); in GetOatAddress()
593 const uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); in Init()766 runtime->SetInstructionSet(space->oat_file_non_owned_->GetOatHeader().GetInstructionSet()); in Init()1437 uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); in OpenOatFile()1448 int32_t oat_patch_delta = oat_file->GetOatHeader().GetImagePatchDelta(); in OpenOatFile()1750 const OatHeader& boot_oat_header = boot_oat_file->GetOatHeader(); in LoadBootImage()
111 const char* cmd_line = oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kDex2OatCmdLineKey); in Java_Main_compiledWithOptimizing()
135 const InstructionSet isa = oat_file_->GetOatHeader().GetInstructionSet(); in Symbolize()137 isa, oat_file_->GetOatHeader().GetInstructionSetFeaturesBitmap()); in Symbolize()154 const size_t rodata_size = oat_file_->GetOatHeader().GetExecutableOffset(); in Symbolize()181 const OatHeader& oat_header = oat_file_->GetOatHeader(); in Symbolize()301 const OatHeader& oat_header = oat_file_->GetOatHeader(); in WalkOatMethod()394 instruction_set_(oat_file_.GetOatHeader().GetInstructionSet()), in OatDumper()422 const OatHeader& oat_header = oat_file_.GetOatHeader(); in Dump()660 return oat_file_.GetOatHeader().GetInstructionSet(); in GetOatInstructionSet()933 if (oat_file_.GetOatHeader().GetInstructionSet() == InstructionSet::kThumb2) { in AddOffsets()3139 if (Is64BitInstructionSet(oat_file->GetOatHeader().GetInstructionSet())) { in SymbolizeOat()
70 static const OatHeader* GetOatHeader(const ElfFile* elf_file) { in GetOatHeader() function750 const OatHeader* oat_header = GetOatHeader(oat_in); in IsOatPic()
2108 size_t rodata_size = oat_writer->GetOatHeader().GetExecutableOffset(); in WriteOutputFiles()2131 image_file_location_oat_checksum_ ^= oat_writer->GetOatHeader().GetChecksum(); in WriteOutputFiles()2173 image_writer_->UpdateOatFileHeader(i, oat_writer->GetOatHeader()); in WriteOutputFiles()
1113 const char* classpath = oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey); in RunTest()
834 const OatHeader& oat_header = oat_file->GetOatHeader(); in BuildEntryPointNames()
1200 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kDex2OatCmdLineKey); in DumpB74410240ClassData()