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

  /art/runtime/
image.cc 50 image_begin_(image_begin),
86 image_begin_ += delta;
107 if (image_begin_ >= image_begin_ + image_size_) {
image.h 154 return reinterpret_cast<uint8_t*>(image_begin_);
440 uint32_t image_begin_ = 0u; variable
  /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...]
image_writer.cc     [all...]

Completed in 223 milliseconds