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

  /art/compiler/
elf_writer.cc 59 bool ElfWriter::Fixup(File* file, uintptr_t oat_data_begin) {
66 uintptr_t base_address = oat_data_begin - oatdata_address;
elf_writer.h 50 static bool Fixup(File* file, uintptr_t oat_data_begin);
image_test.cc 309 uint32_t oat_data_begin = ART_BASE_ADDRESS + (8 * KB); // page aligned
319 oat_data_begin,
oat_writer.cc     [all...]
  /art/runtime/
image.cc 35 uint32_t oat_data_begin,
51 oat_data_begin_(oat_data_begin),
67 CHECK_EQ(oat_data_begin, RoundUp(oat_data_begin, kPageSize));
69 CHECK_LE(oat_file_begin, oat_data_begin);
70 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 588 // Verify the oat_data_begin recorded for the image in the oat file matches
589 // the actual oat_data_begin for boot.oat in the image.
591 uintptr_t oat_data_begin = oat_header.GetImageFileLocationOatDataBegin(); local
592 if (oat_data_begin != image_info->oat_data_begin) {
594 ": Oat file image oat_data_begin (" << oat_data_begin << ")"
595 << " does not match actual image oat_data_begin ("
596 << image_info->oat_data_begin << ")";
    [all...]
oat_file_assistant.h 298 uintptr_t oat_data_begin = 0; member in struct:art::OatFileAssistant::ImageInfo
image.h 109 uint32_t oat_data_begin,

Completed in 1571 milliseconds