Home
last modified time | relevance | path

Searched defs:oat_data_begin (Results 1 – 5 of 5) sorted by relevance

/art/compiler/
Delf_patcher.h57 const OatFile* oat_file, uintptr_t oat_data_begin, in Patch()
66 OatHeader* oat_header, uintptr_t oat_data_begin, in ElfPatcher()
Delf_fixup.cc31 bool ElfFixup::Fixup(File* file, uintptr_t oat_data_begin) { in Fixup()
Dimage_test.cc201 uint32_t oat_data_begin = ART_BASE_ADDRESS + (8 * KB); // page aligned in TEST_F() local
/art/runtime/
Dimage.cc36 uint32_t oat_data_begin, in ImageHeader()
/art/dex2oat/
Ddex2oat.cc452 uintptr_t oat_data_begin; in CreateImageFile() local