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

  /art/runtime/
image.cc 37 uint32_t oat_file_end,
46 oat_file_end_(oat_file_end),
58 CHECK_LE(oat_data_end, oat_file_end);
image.h 68 uint32_t oat_file_end,
  /art/compiler/
image_test.cc 209 uint32_t oat_file_end = ART_BASE_ADDRESS + (10 * KB);
219 oat_file_end,
image_writer.cc 969 const uint8_t* oat_file_end = oat_file_begin + oat_loaded_size; local
    [all...]

Completed in 65 milliseconds