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 50 oat_file_begin_(oat_file_begin),
80 oat_file_begin_ += delta;
111 if (oat_file_begin_ > oat_file_end_) {
117 if (oat_file_begin_ >= oat_data_begin_) {
image.h 87 oat_file_begin_(0U),
144 return reinterpret_cast<uint8_t*>(oat_file_begin_);
309 uint32_t oat_file_begin_; variable
  /art/compiler/
image_writer.h 109 return GetImageInfo(oat_index).oat_file_begin_;
278 const uint8_t* oat_file_begin_ = nullptr; member in struct:art::FINAL::ImageInfo
image_writer.cc     [all...]

Completed in 56 milliseconds