Searched refs:oat_data_begin (Results 1 - 6 of 6) sorted by relevance

/art/runtime/
H A Dimage.cc36 uint32_t oat_data_begin,
45 oat_data_begin_(oat_data_begin),
51 CHECK_EQ(oat_data_begin, RoundUp(oat_data_begin, kPageSize));
54 CHECK_LE(oat_file_begin, oat_data_begin);
55 CHECK_LT(oat_data_begin, oat_data_end);
29 ImageHeader(uint32_t image_begin, uint32_t image_size, uint32_t image_bitmap_offset, uint32_t image_bitmap_size, uint32_t image_roots, uint32_t oat_checksum, uint32_t oat_file_begin, uint32_t oat_data_begin, uint32_t oat_data_end, uint32_t oat_file_end) argument
H A Dimage.h40 uint32_t oat_data_begin,
/art/compiler/
H A Delf_fixup.h33 static bool Fixup(File* file, uintptr_t oat_data_begin);
H A Dimage_test.cc173 uint32_t oat_data_begin = ART_BASE_ADDRESS + (8 * KB); // page aligned local
183 oat_data_begin,
H A Delf_fixup.cc29 bool ElfFixup::Fixup(File* file, uintptr_t oat_data_begin) { argument
35 ::llvm::ELF::Elf32_Off base_address = oat_data_begin - oatdata_address;
/art/dex2oat/
H A Ddex2oat.cc303 uintptr_t oat_data_begin; local
311 oat_data_begin = image_writer.GetOatDataBegin();
319 if (!ElfFixup::Fixup(oat_file.get(), oat_data_begin)) {

Completed in 87 milliseconds