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

  /art/dex2oat/linker/
image_test.cc 74 uint32_t oat_file_end = ART_BASE_ADDRESS + (10 * KB); local
76 uint32_t image_reservation_size = RoundUp(oat_file_end - image_begin, kPageSize);
87 oat_file_end,
image_writer.cc 2656 const uint8_t* oat_file_end = oat_file_begin + image_info.oat_loaded_size_; local
    [all...]

Completed in 654 milliseconds