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

  /art/runtime/
oat.cc 89 image_file_location_oat_data_begin_ = image_file_location_oat_data_begin;
90 UpdateChecksum(&image_file_location_oat_data_begin_, sizeof(image_file_location_oat_data_begin_));
374 if (image_file_location_oat_data_begin_ != 0) {
375 image_file_location_oat_data_begin_ += delta;
392 return image_file_location_oat_data_begin_;
oat.h 142 uint32_t image_file_location_oat_data_begin_; variable

Completed in 33 milliseconds