Searched refs:GetOatHeader (Results 1 – 20 of 20) sorted by relevance
290 (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 …]
376 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()
166 const OatHeader& oat_header = odex_file->GetOatHeader(); in GenerateOatForTest()
192 const OatHeader& GetOatHeader() const;
212 ASSERT_NE(nullptr, oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey)); in TEST_F()214 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey)); in TEST_F()
1439 const OatHeader& oat_header = oat_file->GetOatHeader(); in Init()
1216 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()
299 elf_writer->PrepareDynamicSection(oat_writer->GetOatHeader().GetExecutableOffset(), in DoCompile()331 writer->UpdateOatFileHeader(i, oat_writer->GetOatHeader()); in DoCompile()
198 const OatHeader& GetOatHeader() const { in GetOatHeader() function
207 elf_writer->PrepareDynamicSection(oat_writer.GetOatHeader().GetExecutableOffset(), in DoWriteElf()455 const OatHeader& oat_header = oat_file->GetOatHeader(); in TEST_F()
798 code_size_ = offset - GetOatHeader().GetExecutableOffset(); in PrepareLayout()2592 size_t code_end = GetOatHeader().GetExecutableOffset() + code_size_; in WriteDataBimgRelRo()
3182 const OatHeader& header = oat_file->GetOatHeader(); in GetOatAddress()
141 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()
413 if (!oat_file->GetOatHeader().IsValid() || in ValidateBcp()
128 const char* cmd_line = oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kDex2OatCmdLineKey); in Java_Main_compiledWithOptimizing()
511 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()
2118 elf_writer->PrepareDynamicSection(oat_writer->GetOatHeader().GetExecutableOffset(), in WriteOutputFiles()2181 image_writer_->UpdateOatFileHeader(i, oat_writer->GetOatHeader()); in WriteOutputFiles()
947 const char* classpath = oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey); in RunTest()
852 const OatHeader& oat_header = oat_file->GetOatHeader(); in BuildEntryPointNames()
1138 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kDex2OatCmdLineKey); in DumpB74410240ClassData()