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 137 return GetImageInfo(oat_index).oat_file_begin_;
356 const uint8_t* oat_file_begin_ = nullptr; member in struct:art::linker::final::ImageInfo
    [all...]
  /art/runtime/
image.h 180 return reinterpret_cast<uint8_t*>(oat_file_begin_);
452 uint32_t oat_file_begin_ = 0u; variable

Completed in 75 milliseconds