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

  /art/compiler/
image_test.cc 63 uint32_t oat_data_begin = ART_BASE_ADDRESS + (8 * KB); // page aligned local
73 oat_data_begin,
  /art/runtime/
oat_file_assistant.h 295 uintptr_t oat_data_begin = 0; member in struct:art::OatFileAssistant::ImageInfo
oat_file_assistant.cc 514 // Verify the oat_data_begin recorded for the image in the oat file matches
515 // the actual oat_data_begin for boot.oat in the image.
517 uintptr_t oat_data_begin = oat_header.GetImageFileLocationOatDataBegin(); local
518 if (oat_data_begin != image_info->oat_data_begin) {
520 ": Oat file image oat_data_begin (" << oat_data_begin << ")"
521 << " does not match actual image oat_data_begin ("
522 << image_info->oat_data_begin << ")";
    [all...]

Completed in 62 milliseconds