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

  /art/runtime/
image.cc 51 oat_data_begin_(oat_data_begin),
81 oat_data_begin_ += delta;
114 if (oat_data_begin_ > oat_data_end_) {
117 if (oat_file_begin_ >= oat_data_begin_) {
image.h 88 oat_data_begin_(0U),
148 return reinterpret_cast<uint8_t*>(oat_data_begin_);
308 // Start address for oat file. Will be before oat_data_begin_ for .so files.
312 uint32_t oat_data_begin_; variable
  /art/compiler/
image_writer.h 123 return reinterpret_cast<uintptr_t>(GetImageInfo(oat_index).oat_data_begin_);
283 const uint8_t* oat_data_begin_ = nullptr; member in struct:art::FINAL::ImageInfo
294 // Offset from oat_data_begin_ to the stubs.
362 DCHECK(image_info.oat_data_begin_ != nullptr);
363 return offset == 0u ? nullptr : image_info.oat_data_begin_ + static_cast<int32_t>(offset);
image_writer.cc     [all...]

Completed in 48 milliseconds