HomeSort by relevance Sort by last modified time
    Searched refs:oat_data_begin (Results 1 - 9 of 9) sorted by null

  /art/dex2oat/linker/
elf_writer.cc 51 bool ElfWriter::Fixup(File* file, uintptr_t oat_data_begin) {
58 uintptr_t base_address = oat_data_begin - oatdata_address;
elf_writer.h 54 static bool Fixup(File* file, uintptr_t oat_data_begin);
image_test.cc 64 uint32_t oat_data_begin = ART_BASE_ADDRESS + (8 * KB); // page aligned local
74 oat_data_begin,
oat_writer.cc 1993 uintptr_t oat_data_begin = writer_->image_writer_->GetOatDataBegin(oat_index); local
2003 uintptr_t oat_data_begin = writer_->image_writer_->GetOatDataBegin(oat_index); local
    [all...]
  /art/runtime/
image.cc 37 uint32_t oat_data_begin,
53 oat_data_begin_(oat_data_begin),
69 CHECK_EQ(oat_data_begin, RoundUp(oat_data_begin, kPageSize));
71 CHECK_LE(oat_file_begin, oat_data_begin);
72 CHECK_LT(oat_data_begin, oat_data_end);
elf_file.h 86 static bool Fixup(File* file, uint64_t oat_data_begin);
oat_file_assistant.cc 540 // Verify the oat_data_begin recorded for the image in the oat file matches
541 // the actual oat_data_begin for boot.oat in the image.
543 uintptr_t oat_data_begin = oat_header.GetImageFileLocationOatDataBegin(); local
544 if (oat_data_begin != image_info->oat_data_begin) {
546 ": Oat file image oat_data_begin (" << oat_data_begin << ")"
547 << " does not match actual image oat_data_begin ("
548 << image_info->oat_data_begin << ")";
    [all...]
oat_file_assistant.h 324 uintptr_t oat_data_begin = 0; member in struct:art::OatFileAssistant::ImageInfo
image.h 122 uint32_t oat_data_begin,

Completed in 435 milliseconds