Searched refs:oat_file_begin (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | image.cc | 35 uint32_t oat_file_begin, in ImageHeader() argument 45 oat_file_begin_(oat_file_begin), in ImageHeader() 53 CHECK_EQ(oat_file_begin, RoundUp(oat_file_begin, kPageSize)); in ImageHeader() 56 CHECK_LT(image_roots, oat_file_begin); in ImageHeader() 57 CHECK_LE(oat_file_begin, oat_data_begin); in ImageHeader()
|
D | oat_file.h | 52 uint8_t* oat_file_begin, 303 uint8_t* oat_file_begin, // Override base if not null 311 uint8_t* oat_file_begin, // Override where the file is loaded to if not null
|
D | oat_file.cc | 70 uint8_t* oat_file_begin, in Open() argument 95 ret.reset(OpenElfFile(file.get(), location, requested_base, oat_file_begin, false, executable, in Open() 130 uint8_t* oat_file_begin, in OpenElfFile() argument 135 bool success = oat_file->ElfFileOpen(file, requested_base, oat_file_begin, writable, executable, in OpenElfFile() 195 bool OatFile::ElfFileOpen(File* file, byte* requested_base, uint8_t* oat_file_begin, in ElfFileOpen() argument 200 oat_file_begin)); in ElfFileOpen()
|
D | image.h | 39 uint32_t oat_file_begin,
|
/art/compiler/ |
D | image_test.cc | 203 uint32_t oat_file_begin = ART_BASE_ADDRESS + (4 * KB); // page aligned in TEST_F() local 213 oat_file_begin, in TEST_F()
|
D | image_writer.cc | 930 const byte* oat_file_begin = image_begin_ + RoundUp(image_end_, kPageSize); in CalculateNewObjectOffsets() local 931 const byte* oat_file_end = oat_file_begin + oat_loaded_size; in CalculateNewObjectOffsets() 932 oat_data_begin_ = oat_file_begin + oat_data_offset; in CalculateNewObjectOffsets() 946 PointerToLowMemUInt32(oat_file_begin), in CalculateNewObjectOffsets()
|