Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc290 (GetOatHeader().IsValid() && !IsDebuggable()); in ShouldUnquickenVDex()
573 if (!GetOatHeader().IsValid()) { in Setup()
574 std::string cause = GetOatHeader().GetValidationErrorMessage(); in Setup()
580 PointerSize pointer_size = GetInstructionSetPointerSize(GetOatHeader().GetInstructionSet()); in Setup()
582 (Size() >= sizeof(OatHeader)) ? GetOatHeader().GetKeyValueStoreSize() : 0u; in Setup()
593 size_t oat_dex_files_offset = GetOatHeader().GetOatDexFilesOffset(); in Setup()
594 if (oat_dex_files_offset < GetOatHeader().GetHeaderSize() || oat_dex_files_offset > Size()) { in Setup()
599 GetOatHeader().GetHeaderSize(), in Setup()
656 uint32_t dex_file_count = GetOatHeader().GetDexFileCount(); in Setup()
1027 if (GetOatHeader().GetKeyValueStoreSize() != 0u) { in Setup()
[all …]
Doat_file_assistant.cc376 uint32_t number_of_dex_files = file.GetOatHeader().GetDexFileCount(); in DexChecksumUpToDate()
405 oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kApexVersionsKey); in ValidateApexVersions()
422 const bool is_cc = file.GetOatHeader().IsConcurrentCopying(); in GivenOatFileStatus()
634 oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathChecksumsKey); in ValidateBootClassPathChecksums()
636 oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathKey); in ValidateBootClassPathChecksums()
Ddexopt_test.cc166 const OatHeader& oat_header = odex_file->GetOatHeader(); in GenerateOatForTest()
Doat_file.h192 const OatHeader& GetOatHeader() const;
Doat_file_assistant_test.cc212 ASSERT_NE(nullptr, oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey)); in TEST_F()
214 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey)); in TEST_F()
Druntime.cc1439 const OatHeader& oat_header = oat_file->GetOatHeader(); in Init()
Dclass_linker.cc1216 const OatHeader& default_oat_header = oat_files[0]->GetOatHeader(); in InitFromBootImage()
1227 const OatHeader& ith_oat_header = oat_files[i]->GetOatHeader(); in InitFromBootImage()
1925 if (oat_file->GetOatHeader().GetDexFileCount() != in AddImageSpace()
/art/dex2oat/linker/
Dimage_test.h299 elf_writer->PrepareDynamicSection(oat_writer->GetOatHeader().GetExecutableOffset(), in DoCompile()
331 writer->UpdateOatFileHeader(i, oat_writer->GetOatHeader()); in DoCompile()
Doat_writer.h198 const OatHeader& GetOatHeader() const { in GetOatHeader() function
Doat_writer_test.cc207 elf_writer->PrepareDynamicSection(oat_writer.GetOatHeader().GetExecutableOffset(), in DoWriteElf()
455 const OatHeader& oat_header = oat_file->GetOatHeader(); in TEST_F()
Doat_writer.cc798 code_size_ = offset - GetOatHeader().GetExecutableOffset(); in PrepareLayout()
2592 size_t code_end = GetOatHeader().GetExecutableOffset() + code_size_; in WriteDataBimgRelRo()
Dimage_writer.cc3182 const OatHeader& header = oat_file->GetOatHeader(); in GetOatAddress()
/art/oatdump/
Doatdump.cc141 const InstructionSet isa = oat_file_->GetOatHeader().GetInstructionSet(); in Symbolize()
143 isa, oat_file_->GetOatHeader().GetInstructionSetFeaturesBitmap()); in Symbolize()
160 const size_t rodata_size = oat_file_->GetOatHeader().GetExecutableOffset(); in Symbolize()
185 const OatHeader& oat_header = oat_file_->GetOatHeader(); in Symbolize()
295 const OatHeader& oat_header = oat_file_->GetOatHeader(); in WalkOatMethod()
388 instruction_set_(oat_file_.GetOatHeader().GetInstructionSet()), in OatDumper()
416 const OatHeader& oat_header = oat_file_.GetOatHeader(); in Dump()
718 return oat_file_.GetOatHeader().GetInstructionSet(); in GetOatInstructionSet()
854 if (oat_file_.GetOatHeader().GetInstructionSet() == InstructionSet::kThumb2) { in AddOffsets()
2591 if (Is64BitInstructionSet(oat_file->GetOatHeader().GetInstructionSet())) { in SymbolizeOat()
/art/dexoptanalyzer/
Ddexoptanalyzer.cc413 if (!oat_file->GetOatHeader().IsValid() || in ValidateBcp()
/art/test/common/
Druntime_state.cc128 const char* cmd_line = oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kDex2OatCmdLineKey); in Java_Main_compiledWithOptimizing()
/art/runtime/gc/space/
Dimage_space.cc511 const uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); in InitAppImage()
897 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathChecksumsKey); in ValidateBootImageChecksum()
2865 uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum(); in OpenOatFile()
2876 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathKey); in OpenOatFile()
2879 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kBootClassPathChecksumsKey); in OpenOatFile()
/art/dex2oat/
Ddex2oat.cc2118 elf_writer->PrepareDynamicSection(oat_writer->GetOatHeader().GetExecutableOffset(), in WriteOutputFiles()
2181 image_writer_->UpdateOatFileHeader(i, oat_writer->GetOatHeader()); in WriteOutputFiles()
Ddex2oat_test.cc947 const char* classpath = oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey); in RunTest()
/art/imgdiag/
Dimgdiag.cc852 const OatHeader& oat_header = oat_file->GetOatHeader(); in BuildEntryPointNames()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1138 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kDex2OatCmdLineKey); in DumpB74410240ClassData()