Searched refs:GetOatHeader (Results 1 - 16 of 16) sorted by relevance

/art/runtime/
H A Doat_file.cc307 if (!GetOatHeader().IsValid()) {
308 std::string cause = GetOatHeader().GetValidationErrorMessage();
321 oat += GetOatHeader().GetKeyValueStoreSize();
328 GetOatHeader().GetKeyValueStoreSize(),
355 PointerSize pointer_size = GetInstructionSetPointerSize(GetOatHeader().GetInstructionSet());
360 uint32_t dex_file_count = GetOatHeader().GetDexFileCount();
1171 const OatHeader& OatFile::GetOatHeader() const { function in class:art::OatFile
1486 return GetOatHeader().IsPic();
1491 return GetOatHeader().IsDebuggable();
1495 return GetOatHeader()
[all...]
H A Doat_file_assistant.cc392 uint32_t number_of_dex_files = file.GetOatHeader().GetDexFileCount();
425 const bool is_cc = file.GetOatHeader().IsConcurrentCopying();
466 } else if (file.GetOatHeader().GetImageFileLocationOatChecksum() != image_info->oat_checksum) {
484 const OatHeader& oat_header = file.GetOatHeader();
829 for (size_t i = 0; i < odex_file->GetOatHeader().GetDexFileCount(); i++) {
H A Ddexopt_test.cc119 const OatHeader& oat_header = odex_file->GetOatHeader();
H A Doat_file.h118 const OatHeader& GetOatHeader() const;
H A Doat_file_manager.cc587 shared_libraries(oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey));
H A Dclass_linker.cc909 const OatHeader& default_oat_header = oat_files[0]->GetOatHeader();
911 const char* image_file_location = oat_files[0]->GetOatHeader().
921 const OatHeader& ith_oat_header = oat_files[i]->GetOatHeader();
1720 if (oat_file->GetOatHeader().GetDexFileCount() !=
H A Druntime.cc955 const OatHeader& boot_oat_header = oat_file->GetOatHeader();
/art/test/common/
H A Druntime_state.cc107 const char* cmd_line = oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kDex2OatCmdLineKey);
/art/compiler/
H A Doat_writer.h208 const OatHeader& GetOatHeader() const { function in class:art::OatWriter::CreateTypeLookupTable
H A Dimage_test.cc306 size_t rodata_size = oat_writer->GetOatHeader().GetExecutableOffset();
330 writer->UpdateOatFileHeader(i, oat_writer->GetOatHeader());
H A Doat_test.cc218 size_t rodata_size = oat_writer.GetOatHeader().GetExecutableOffset();
428 const OatHeader& oat_header = oat_file->GetOatHeader();
H A Dimage_writer.cc2373 const OatHeader& header = oat_file->GetOatHeader();
/art/runtime/gc/space/
H A Dimage_space.cc556 const uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum();
724 runtime->SetInstructionSet(space->oat_file_non_owned_->GetOatHeader().GetInstructionSet());
1370 uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum();
1381 int32_t oat_patch_delta = oat_file->GetOatHeader().GetImagePatchDelta();
1667 const OatHeader& boot_oat_header = boot_oat_file->GetOatHeader();
/art/oatdump/
H A Doatdump.cc124 const InstructionSet isa = oat_file_->GetOatHeader().GetInstructionSet();
126 isa, oat_file_->GetOatHeader().GetInstructionSetFeaturesBitmap());
140 const size_t rodata_size = oat_file_->GetOatHeader().GetExecutableOffset();
174 for (const auto& trampoline : debug::MakeTrampolineInfos(oat_file_->GetOatHeader())) {
257 const OatHeader& oat_header = oat_file_->GetOatHeader();
350 instruction_set_(oat_file_.GetOatHeader().GetInstructionSet()),
376 const OatHeader& oat_header = oat_file_.GetOatHeader();
556 return oat_file_.GetOatHeader().GetInstructionSet();
783 if (oat_file_.GetOatHeader().GetInstructionSet() == kThumb2) {
2861 if (Is64BitInstructionSet(oat_file->GetOatHeader()
[all...]
/art/patchoat/
H A Dpatchoat.cc58 static const OatHeader* GetOatHeader(const ElfFile* elf_file) { function in namespace:art
334 const OatHeader* oat_header = GetOatHeader(oat_in);
/art/dex2oat/
H A Ddex2oat.cc1910 size_t rodata_size = oat_writer->GetOatHeader().GetExecutableOffset();
1932 image_file_location_oat_checksum_ ^= oat_writer->GetOatHeader().GetChecksum();
1941 oat_writer->AddMethodDebugInfos(debug::MakeTrampolineInfos(oat_writer->GetOatHeader()));
1975 image_writer_->UpdateOatFileHeader(i, oat_writer->GetOatHeader());

Completed in 265 milliseconds