Searched defs:oat_data_begin (Results 1 - 4 of 4) sorted by relevance

/art/compiler/
H A Delf_fixup.cc31 bool ElfFixup::Fixup(File* file, uintptr_t oat_data_begin) { argument
38 Elf32_Off base_address = oat_data_begin - oatdata_address;
H A Delf_patcher.h43 const OatFile* oat_file, uintptr_t oat_data_begin,
57 const OatFile* oat_file, uintptr_t oat_data_begin,
60 return ElfPatcher::Patch(driver, elf_file, oat_file, oat_data_begin,
66 OatHeader* oat_header, uintptr_t oat_data_begin,
69 oat_header_(oat_header), oat_data_begin_(oat_data_begin), get_image_address_(cb),
65 ElfPatcher(const CompilerDriver* driver, ElfFile* elf_file, const OatFile* oat_file, OatHeader* oat_header, uintptr_t oat_data_begin, ImageAddressCallback cb, void* cb_data, std::string* error_msg) argument
/art/runtime/
H A Dimage.cc36 uint32_t oat_data_begin,
46 oat_data_begin_(oat_data_begin),
54 CHECK_EQ(oat_data_begin, RoundUp(oat_data_begin, kPageSize));
57 CHECK_LE(oat_file_begin, oat_data_begin);
58 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, bool compile_pic) argument
/art/dex2oat/
H A Ddex2oat.cc471 uintptr_t oat_data_begin; local
480 oat_data_begin = image_writer.GetOatDataBegin();
492 if (!ElfFixup::Fixup(oat_file.get(), oat_data_begin)) {

Completed in 226 milliseconds