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

/art/runtime/
H A Dimage.cc35 uint32_t oat_file_begin,
45 oat_file_begin_(oat_file_begin),
53 CHECK_EQ(oat_file_begin, RoundUp(oat_file_begin, kPageSize));
56 CHECK_LT(image_roots, oat_file_begin);
57 CHECK_LE(oat_file_begin, oat_data_begin);
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
H A Doat_file.h52 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
H A Doat_file.cc70 uint8_t* oat_file_begin,
95 ret.reset(OpenElfFile(file.get(), location, requested_base, oat_file_begin, false, executable,
130 uint8_t* oat_file_begin,
135 bool success = oat_file->ElfFileOpen(file, requested_base, oat_file_begin, writable, executable,
195 bool OatFile::ElfFileOpen(File* file, byte* requested_base, uint8_t* oat_file_begin, argument
200 oat_file_begin));
67 Open(const std::string& filename, const std::string& location, byte* requested_base, uint8_t* oat_file_begin, bool executable, std::string* error_msg) argument
127 OpenElfFile(File* file, const std::string& location, byte* requested_base, uint8_t* oat_file_begin, bool writable, bool executable, std::string* error_msg) argument
H A Dimage.h39 uint32_t oat_file_begin,
/art/compiler/
H A Dimage_test.cc203 uint32_t oat_file_begin = ART_BASE_ADDRESS + (4 * KB); // page aligned
213 oat_file_begin,
H A Dimage_writer.cc930 const byte* oat_file_begin = image_begin_ + RoundUp(image_end_, kPageSize); local
931 const byte* oat_file_end = oat_file_begin + oat_loaded_size;
932 oat_data_begin_ = oat_file_begin + oat_data_offset;
946 PointerToLowMemUInt32(oat_file_begin),

Completed in 95 milliseconds