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

  /art/runtime/
image.cc 35 uint32_t oat_file_begin,
44 oat_file_begin_(oat_file_begin),
51 CHECK_EQ(oat_file_begin, RoundUp(oat_file_begin, kPageSize));
54 CHECK_LT(image_roots, oat_file_begin);
55 CHECK_LE(oat_file_begin, oat_data_begin);
image.h 39 uint32_t oat_file_begin,
  /art/compiler/
image_test.cc 200 uint32_t oat_file_begin = ART_BASE_ADDRESS + (4 * KB); // page aligned
210 oat_file_begin,
image_writer.cc 553 const byte* oat_file_begin = image_begin_ + RoundUp(image_end_, kPageSize); local
554 const byte* oat_file_end = oat_file_begin + oat_loaded_size;
555 oat_data_begin_ = oat_file_begin + oat_data_offset;
569 PointerToLowMemUInt32(oat_file_begin),
    [all...]

Completed in 2250 milliseconds