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

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

Completed in 367 milliseconds