Home
last modified time | relevance | path

Searched refs:data_bimg_rel_ro_end_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Doat_file.h350 const uint8_t* DataBimgRelRoEnd() const { return data_bimg_rel_ro_end_; } in DataBimgRelRoEnd()
406 const uint8_t* data_bimg_rel_ro_end_; variable
Doat_file.cc355 data_bimg_rel_ro_end_ = in ComputeFields()
357 if (data_bimg_rel_ro_end_ == nullptr) { in ComputeFields()
363 data_bimg_rel_ro_end_ += sizeof(uint32_t); in ComputeFields()
525 !IsAligned<sizeof(uint32_t)>(data_bimg_rel_ro_end_) || in Setup()
526 data_bimg_rel_ro_begin_ > data_bimg_rel_ro_end_) { in Setup()
531 data_bimg_rel_ro_end_); in Setup()
1726 data_bimg_rel_ro_end_(nullptr), in OatFile()
1767 const uint32_t* relocations_end = reinterpret_cast<const uint32_t*>(data_bimg_rel_ro_end_); in GetBootImageRelocations()