Searched defs:oat_file_begin (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dimage.cc34 uint32_t oat_file_begin,
43 oat_file_begin_(oat_file_begin),
52 CHECK_EQ(oat_file_begin, RoundUp(oat_file_begin, kPageSize));
55 CHECK_LT(image_roots, oat_file_begin);
56 CHECK_LE(oat_file_begin, oat_data_begin);
29 ImageHeader(uint32_t image_begin, uint32_t image_size, ImageSection* sections, 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, uint32_t pointer_size, bool compile_pic) argument
H A Doat_file.cc105 uint8_t* oat_file_begin,
147 ret.reset(OpenElfFile(file.get(), location, requested_base, oat_file_begin, false, executable,
186 uint8_t* oat_file_begin,
192 bool success = oat_file->ElfFileOpen(file, requested_base, oat_file_begin, writable, executable,
325 bool OatFile::ElfFileOpen(File* file, uint8_t* requested_base, uint8_t* oat_file_begin, argument
331 oat_file_begin));
102 Open(const std::string& filename, const std::string& location, uint8_t* requested_base, uint8_t* oat_file_begin, bool executable, const char* abs_dex_location, std::string* error_msg) argument
183 OpenElfFile(File* file, const std::string& location, uint8_t* requested_base, uint8_t* oat_file_begin, bool writable, bool executable, const char* abs_dex_location, std::string* error_msg) argument
/art/compiler/
H A Dimage_writer.cc968 const uint8_t* oat_file_begin = GetOatFileBegin(); local
969 const uint8_t* oat_file_end = oat_file_begin + oat_loaded_size;
970 oat_data_begin_ = oat_file_begin + oat_data_offset;
1010 CHECK_EQ(AlignUp(image_begin_ + image_end, kPageSize), oat_file_begin) <<
1016 PointerToLowMemUInt32(oat_file_begin), PointerToLowMemUInt32(oat_data_begin_),

Completed in 266 milliseconds