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

  /art/dex2oat/linker/
image_writer.h 124 return reinterpret_cast<T*>(image_info.image_begin_ + GetImageOffset(object));
337 uint8_t* image_begin_ = nullptr; member in struct:art::linker::final::ImageInfo
347 // The next image may only start at image_begin_ + image_size_ (which is guaranteed to be
747 // Offset from image_begin_ to where the first object is in image_.
    [all...]
  /art/runtime/
image.h 154 return reinterpret_cast<uint8_t*>(image_begin_);
440 uint32_t image_begin_ = 0u; variable

Completed in 98 milliseconds