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

  /art/dex2oat/linker/
image_writer.h 119 return GetImageInfo(oat_index).oat_file_begin_;
329 const uint8_t* oat_file_begin_ = nullptr; member in struct:art::linker::FINAL::ImageInfo
  /art/runtime/
image.h 100 oat_file_begin_(0U),
157 return reinterpret_cast<uint8_t*>(oat_file_begin_);
401 uint32_t oat_file_begin_; variable

Completed in 3011 milliseconds