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

  /art/runtime/
image.cc 49 : image_begin_(image_begin),
92 image_begin_ += delta;
110 if (image_begin_ >= image_begin_ + image_size_) {
image.h 92 : image_begin_(0U),
134 return reinterpret_cast<uint8_t*>(image_begin_);
338 uint32_t image_begin_; variable
  /art/compiler/
image_writer.h 105 return reinterpret_cast<T*>(image_info.image_begin_ + GetImageOffset(object));
268 uint8_t* image_begin_ = nullptr; member in struct:art::FINAL::ImageInfo
278 // The next image may only start at image_begin_ + image_size_ (which is guaranteed to be
540 // Offset from image_begin_ to where the first object is in image_.
image_writer.cc     [all...]

Completed in 64 milliseconds