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

/art/runtime/
H A Dimage.cc34 uint32_t oat_file_begin,
50 oat_file_begin_(oat_file_begin),
66 CHECK_EQ(oat_file_begin, RoundUp(oat_file_begin, kPageSize));
68 CHECK_LT(image_roots, oat_file_begin);
69 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 boot_image_begin, uint32_t boot_image_size, uint32_t boot_oat_begin, uint32_t boot_oat_size, uint32_t pointer_size, bool compile_pic, bool is_pic, StorageMode storage_mode, size_t data_size) argument
H A Doat_file.cc88 uint8_t* oat_file_begin,
104 uint8_t* oat_file_begin,
136 uint8_t* oat_file_begin,
147 oat_file_begin,
527 uint8_t* oat_file_begin,
538 uint8_t* oat_file_begin,
590 uint8_t* oat_file_begin,
627 bool success = Dlopen(elf_filename, oat_file_begin, error_msg);
634 uint8_t* oat_file_begin,
639 UNUSED(elf_filename, oat_file_begin);
133 OpenOatFile(const std::string& elf_filename, const std::string& location, uint8_t* requested_base, uint8_t* oat_file_begin, bool writable, bool executable, bool low_4gb, const char* abs_dex_location, std::string* error_msg) argument
589 Load(const std::string& elf_filename, uint8_t* oat_file_begin, bool writable, bool executable, bool low_4gb, std::string* error_msg) argument
633 Dlopen(const std::string& elf_filename, uint8_t* oat_file_begin, std::string* error_msg) argument
811 OpenElfFile(File* file, const std::string& location, uint8_t* requested_base, uint8_t* oat_file_begin, bool writable, bool executable, bool low_4gb, const char* abs_dex_location, std::string* error_msg) argument
863 Load(const std::string& elf_filename, uint8_t* oat_file_begin, bool writable, bool executable, bool low_4gb, std::string* error_msg) argument
883 ElfFileOpen(File* file, uint8_t* oat_file_begin, bool writable, bool executable, bool low_4gb, std::string* error_msg) argument
944 Open(const std::string& filename, const std::string& location, uint8_t* requested_base, uint8_t* oat_file_begin, bool executable, bool low_4gb, const char* abs_dex_location, std::string* error_msg) argument
[all...]
H A Dimage.h108 uint32_t oat_file_begin,
H A Doat_file.h68 uint8_t* oat_file_begin,
/art/compiler/
H A Dimage_test.cc487 uint32_t oat_file_begin = ART_BASE_ADDRESS + (4 * KB); // page aligned
497 oat_file_begin,
H A Dimage_writer.cc1617 const uint8_t* oat_file_begin = image_info.oat_file_begin_; local
1618 const uint8_t* oat_file_end = oat_file_begin + image_info.oat_loaded_size_;
1640 LOG(INFO) << "Oat file begin=" << std::hex << reinterpret_cast<uintptr_t>(oat_file_begin)
1660 PointerToLowMemUInt32(oat_file_begin),
/art/oatdump/
H A Doatdump.cc579 const uint8_t* const oat_file_begin = oat_dex_file.GetOatFile()->Begin(); local
581 uint32_t dex_offset = dchecked_integral_cast<uint32_t>(dex_file_pointer - oat_file_begin);
598 oat_dex_file.GetLookupTableData() - oat_file_begin);

Completed in 263 milliseconds