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 54 oat_file_begin_(oat_file_begin),
77 oat_file_begin_ += delta;
110 if (oat_file_begin_ > oat_file_end_) {
116 if (oat_file_begin_ >= oat_data_begin_) {
image.h 180 return reinterpret_cast<uint8_t*>(oat_file_begin_);
452 uint32_t oat_file_begin_ = 0u; variable
  /art/dex2oat/linker/
image_writer.h 137 return GetImageInfo(oat_index).oat_file_begin_;
356 const uint8_t* oat_file_begin_ = nullptr; member in struct:art::linker::final::ImageInfo
    [all...]
image_writer.cc     [all...]

Completed in 91 milliseconds