Searched refs:oat_data_begin (Results 1 – 9 of 9) sorted by relevance
/art/runtime/ |
D | image.cc | 35 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()
|
D | oat_file_assistant.cc | 591 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()
|
D | elf_file.h | 86 static bool Fixup(File* file, uint64_t oat_data_begin);
|
D | oat_file_assistant.h | 298 uintptr_t oat_data_begin = 0; member
|
D | image.h | 109 uint32_t oat_data_begin,
|
/art/compiler/ |
D | elf_writer.cc | 59 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()
|
D | elf_writer.h | 50 static bool Fixup(File* file, uintptr_t oat_data_begin);
|
D | image_test.cc | 309 uint32_t oat_data_begin = ART_BASE_ADDRESS + (8 * KB); // page aligned in TEST_F() local 319 oat_data_begin, in TEST_F()
|
D | oat_writer.cc | 1195 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()
|