Home
last modified time | relevance | path

Searched refs:GetOatHeader (Results 1 – 19 of 19) sorted by relevance

/art/runtime/
Doat_file.cc511 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::OatFile
1942 return GetOatHeader().IsPic(); in IsPic()
[all …]
Doat_file_assistant.cc445 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()
Ddexopt_test.cc126 const OatHeader& oat_header = odex_file->GetOatHeader(); in GenerateOatForTest()
Doat_file.h149 const OatHeader& GetOatHeader() const;
Doat_file_assistant_test.cc1389 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()
Druntime.cc1054 const OatHeader& boot_oat_header = oat_file->GetOatHeader(); in OpenDexFilesFromImage()
Dclass_linker.cc952 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()
/art/dex2oat/linker/
Dimage_test.h316 size_t rodata_size = oat_writer->GetOatHeader().GetExecutableOffset(); in Compile()
342 writer->UpdateOatFileHeader(i, oat_writer->GetOatHeader()); in Compile()
Doat_writer.h217 const OatHeader& GetOatHeader() const { in GetOatHeader() function
Doat_writer_test.cc219 size_t rodata_size = oat_writer.GetOatHeader().GetExecutableOffset(); in DoWriteElf()
433 const OatHeader& oat_header = oat_file->GetOatHeader(); in TEST_F()
Dimage_writer.cc2527 const OatHeader& header = oat_file->GetOatHeader(); in GetOatAddress()
/art/runtime/gc/space/
Dimage_space.cc593 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()
/art/test/common/
Druntime_state.cc111 const char* cmd_line = oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kDex2OatCmdLineKey); in Java_Main_compiledWithOptimizing()
/art/oatdump/
Doatdump.cc135 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()
/art/patchoat/
Dpatchoat.cc70 static const OatHeader* GetOatHeader(const ElfFile* elf_file) { in GetOatHeader() function
750 const OatHeader* oat_header = GetOatHeader(oat_in); in IsOatPic()
/art/dex2oat/
Ddex2oat.cc2108 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()
Ddex2oat_test.cc1113 const char* classpath = oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey); in RunTest()
/art/imgdiag/
Dimgdiag.cc834 const OatHeader& oat_header = oat_file->GetOatHeader(); in BuildEntryPointNames()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1200 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kDex2OatCmdLineKey); in DumpB74410240ClassData()