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

  /art/runtime/
oat.h 44 uint32_t image_file_location_oat_data_begin,
114 uint32_t image_file_location_oat_data_begin,
oat.cc 45 uint32_t image_file_location_oat_data_begin,
58 image_file_location_oat_data_begin,
66 uint32_t image_file_location_oat_data_begin,
88 CHECK(IsAligned<kPageSize>(image_file_location_oat_data_begin));
89 image_file_location_oat_data_begin_ = image_file_location_oat_data_begin;
  /art/dex2oat/
dex2oat.cc 413 uintptr_t image_file_location_oat_data_begin = 0; local
419 image_file_location_oat_data_begin =
430 image_file_location_oat_data_begin,
    [all...]

Completed in 46 milliseconds