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 53 oat_data_begin_(oat_data_begin),
83 oat_data_begin_ += delta;
116 if (oat_data_begin_ > oat_data_end_) {
119 if (oat_file_begin_ >= oat_data_begin_) {
image.h 96 oat_data_begin_(0U),
156 return reinterpret_cast<uint8_t*>(oat_data_begin_);
346 // Start address for oat file. Will be before oat_data_begin_ for .so files.
350 uint32_t oat_data_begin_; variable
  /art/compiler/
image_writer.h 129 return reinterpret_cast<uintptr_t>(GetImageInfo(oat_index).oat_data_begin_);
289 const uint8_t* oat_data_begin_ = nullptr; member in struct:art::FINAL::ImageInfo
300 // Offset from oat_data_begin_ to the stubs.
374 DCHECK(image_info.oat_data_begin_ != nullptr);
375 return offset == 0u ? nullptr : image_info.oat_data_begin_ + static_cast<int32_t>(offset);
image_writer.cc     [all...]

Completed in 164 milliseconds