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 52 oat_file_begin_(oat_file_begin),
82 oat_file_begin_ += delta;
113 if (oat_file_begin_ > oat_file_end_) {
119 if (oat_file_begin_ >= oat_data_begin_) {
image.h 95 oat_file_begin_(0U),
152 return reinterpret_cast<uint8_t*>(oat_file_begin_);
347 uint32_t oat_file_begin_; variable
  /art/compiler/
image_writer.h 116 return GetImageInfo(oat_index).oat_file_begin_;
287 const uint8_t* oat_file_begin_ = nullptr; member in struct:art::FINAL::ImageInfo
image_writer.cc     [all...]

Completed in 99 milliseconds