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 38 uint32_t oat_file_end,
48 oat_file_end_(oat_file_end),
59 CHECK_LE(oat_data_end, oat_file_end);
image.h 42 uint32_t oat_file_end,
  /art/compiler/
image_test.cc 206 uint32_t oat_file_end = ART_BASE_ADDRESS + (10 * KB);
216 oat_file_end,
image_writer.cc 931 const byte* oat_file_end = oat_file_begin + oat_loaded_size; local
    [all...]

Completed in 173 milliseconds