Home
last modified time | relevance | path

Searched refs:oat_data_begin (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Dimage.cc35 uint32_t oat_data_begin, in ImageHeader() argument
51 oat_data_begin_(oat_data_begin), in ImageHeader()
67 CHECK_EQ(oat_data_begin, RoundUp(oat_data_begin, kPageSize)); in ImageHeader()
69 CHECK_LE(oat_file_begin, oat_data_begin); in ImageHeader()
70 CHECK_LT(oat_data_begin, oat_data_end); in ImageHeader()
Doat_file_assistant.cc591 uintptr_t oat_data_begin = oat_header.GetImageFileLocationOatDataBegin(); in GivenOatFileIsUpToDate() local
592 if (oat_data_begin != image_info->oat_data_begin) { in GivenOatFileIsUpToDate()
594 ": Oat file image oat_data_begin (" << oat_data_begin << ")" in GivenOatFileIsUpToDate()
596 << image_info->oat_data_begin << ")"; in GivenOatFileIsUpToDate()
980 cached_image_info_.oat_data_begin = reinterpret_cast<uintptr_t>( in GetImageInfo()
987 cached_image_info_.oat_data_begin = reinterpret_cast<uintptr_t>( in GetImageInfo()
Delf_file.h86 static bool Fixup(File* file, uint64_t oat_data_begin);
Doat_file_assistant.h298 uintptr_t oat_data_begin = 0; member
Dimage.h109 uint32_t oat_data_begin,
/art/compiler/
Delf_writer.cc59 bool ElfWriter::Fixup(File* file, uintptr_t oat_data_begin) { in Fixup() argument
66 uintptr_t base_address = oat_data_begin - oatdata_address; in Fixup()
Delf_writer.h50 static bool Fixup(File* file, uintptr_t oat_data_begin);
Dimage_test.cc309 uint32_t oat_data_begin = ART_BASE_ADDRESS + (8 * KB); // page aligned in TEST_F() local
319 oat_data_begin, in TEST_F()
Doat_writer.cc1195 uintptr_t oat_data_begin = writer_->image_writer_->GetOatDataBegin(oat_index); in GetTargetObjectOffset() local
1197 return static_cast<uint32_t>(reinterpret_cast<uintptr_t>(object) - oat_data_begin); in GetTargetObjectOffset()