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

  /art/dex2oat/linker/
image_test.cc 66 uint32_t oat_file_end = ART_BASE_ADDRESS + (10 * KB); local
76 oat_file_end,
image_writer.cc 1931 const uint8_t* oat_file_end = oat_file_begin + image_info.oat_loaded_size_; local
    [all...]
  /art/runtime/
image.cc 39 uint32_t oat_file_end,
55 oat_file_end_(oat_file_end),
73 CHECK_LE(oat_data_end, oat_file_end);
image.h 124 uint32_t oat_file_end,
  /art/runtime/gc/space/
image_space.h 42 // empty on entry) and oat_file_end is updated with the (page-aligned) end of the last
47 uint8_t** oat_file_end)
image_space.cc     [all...]

Completed in 97 milliseconds