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.cc 86 image_file_location_oat_data_begin_(0) {
162 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;
397 return image_file_location_oat_data_begin_;
403 image_file_location_oat_data_begin_ = image_file_location_oat_data_begin;
oat.h 155 uint32_t image_file_location_oat_data_begin_; variable
  /art/dex2oat/
dex2oat.cc 580 image_file_location_oat_data_begin_(0),
2847 uintptr_t image_file_location_oat_data_begin_; member in class:art::FINAL
    [all...]

Completed in 126 milliseconds