Searched defs:oat_data_begin_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dimage.h89 oat_data_begin_(0U),
149 return reinterpret_cast<uint8_t*>(oat_data_begin_);
328 // Start address for oat file. Will be before oat_data_begin_ for .so files.
332 uint32_t oat_data_begin_; variable
/art/compiler/
H A Dimage_writer.h137 return reinterpret_cast<uintptr_t>(GetImageInfo(oat_index).oat_data_begin_);
296 const uint8_t* oat_data_begin_ = nullptr; member in struct:art::FINAL::ImageInfo
307 // Offset from oat_data_begin_ to the stubs.
381 DCHECK(image_info.oat_data_begin_ != nullptr);
382 return offset == 0u ? nullptr : image_info.oat_data_begin_ + static_cast<int32_t>(offset);

Completed in 47 milliseconds