/aosp12/art/runtime/ |
H A D | oat_file.cc | 290 (GetOatHeader().IsValid() && !IsDebuggable()); in ShouldUnquickenVDex() 573 if (!GetOatHeader().IsValid()) { in Setup() 574 std::string cause = GetOatHeader().GetValidationErrorMessage(); in Setup() 593 size_t oat_dex_files_offset = GetOatHeader().GetOatDexFilesOffset(); in Setup() 599 GetOatHeader().GetHeaderSize(), in Setup() 656 uint32_t dex_file_count = GetOatHeader().GetDexFileCount(); in Setup() 1027 if (GetOatHeader().GetKeyValueStoreSize() != 0u) { in Setup() 1957 const OatHeader& OatFile::GetOatHeader() const { in GetOatHeader() function in art::OatFile 2381 return GetOatHeader().IsDebuggable(); in IsDebuggable() 2385 return GetOatHeader().GetCompilerFilter(); in GetCompilerFilter() [all …]
|
H A D | oat_file_assistant.cc | 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()
|
H A D | dexopt_test.cc | 166 const OatHeader& oat_header = odex_file->GetOatHeader(); in GenerateOatForTest()
|
H A D | oat_file.h | 192 const OatHeader& GetOatHeader() const;
|
H A D | oat_file_assistant_test.cc | 212 ASSERT_NE(nullptr, oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey)); in TEST_F() 214 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey)); in TEST_F()
|
H A D | runtime.cc | 1439 const OatHeader& oat_header = oat_file->GetOatHeader(); in Init()
|
H A D | class_linker.cc | 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()
|
/aosp12/art/dex2oat/linker/ |
H A D | image_test.h | 299 elf_writer->PrepareDynamicSection(oat_writer->GetOatHeader().GetExecutableOffset(), in DoCompile() 331 writer->UpdateOatFileHeader(i, oat_writer->GetOatHeader()); in DoCompile()
|
H A D | oat_writer.h | 198 const OatHeader& GetOatHeader() const { in GetOatHeader() function
|
H A D | oat_writer_test.cc | 207 elf_writer->PrepareDynamicSection(oat_writer.GetOatHeader().GetExecutableOffset(), in DoWriteElf() 455 const OatHeader& oat_header = oat_file->GetOatHeader(); in TEST_F()
|
H A D | oat_writer.cc | 798 code_size_ = offset - GetOatHeader().GetExecutableOffset(); in PrepareLayout() 2592 size_t code_end = GetOatHeader().GetExecutableOffset() + code_size_; in WriteDataBimgRelRo()
|
H A D | image_writer.cc | 3182 const OatHeader& header = oat_file->GetOatHeader(); in GetOatAddress()
|
/aosp12/art/oatdump/ |
H A D | oatdump.cc | 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()
|
/aosp12/art/dexoptanalyzer/ |
H A D | dexoptanalyzer.cc | 413 if (!oat_file->GetOatHeader().IsValid() || in ValidateBcp()
|
/aosp12/art/test/common/ |
H A D | runtime_state.cc | 128 const char* cmd_line = oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kDex2OatCmdLineKey); in Java_Main_compiledWithOptimizing()
|
/aosp12/art/runtime/gc/space/ |
H A D | image_space.cc | 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()
|
/aosp12/art/dex2oat/ |
H A D | dex2oat.cc | 2118 elf_writer->PrepareDynamicSection(oat_writer->GetOatHeader().GetExecutableOffset(), in WriteOutputFiles() 2181 image_writer_->UpdateOatFileHeader(i, oat_writer->GetOatHeader()); in WriteOutputFiles()
|
H A D | dex2oat_test.cc | 947 const char* classpath = oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey); in RunTest()
|
/aosp12/art/imgdiag/ |
H A D | imgdiag.cc | 852 const OatHeader& oat_header = oat_file->GetOatHeader(); in BuildEntryPointNames()
|
/aosp12/art/runtime/entrypoints/quick/ |
H A D | quick_trampoline_entrypoints.cc | 1138 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kDex2OatCmdLineKey); in DumpB74410240ClassData()
|