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

  /art/runtime/
oat_file_assistant.h 298 uintptr_t oat_data_begin = 0; member in struct:art::OatFileAssistant::ImageInfo
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...]

Completed in 135 milliseconds