Home | History | Annotate | Download | only in linker

Lines Matching refs:oat_data_begin_

150     return reinterpret_cast<uintptr_t>(GetImageInfo(oat_index).oat_data_begin_);
358 const uint8_t* oat_data_begin_ = nullptr;
369 // Offset from oat_data_begin_ to the stubs.
446 DCHECK(image_info.oat_data_begin_ != nullptr);
447 return offset == 0u ? nullptr : image_info.oat_data_begin_ + static_cast<int32_t>(offset);