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 108 return reinterpret_cast<T*>(image_info.image_begin_ + GetImageOffset(object));
310 uint8_t* image_begin_ = nullptr; member in struct:art::linker::FINAL::ImageInfo
320 // The next image may only start at image_begin_ + image_size_ (which is guaranteed to be
579 // Offset from image_begin_ to where the first object is in image_.
  /art/runtime/
image.h 97 : image_begin_(0U),
139 return reinterpret_cast<uint8_t*>(image_begin_);
392 uint32_t image_begin_; variable

Completed in 98 milliseconds