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

  /art/runtime/
oat_file.h 319 const uint8_t* DataBimgRelRoBegin() const { return data_bimg_rel_ro_begin_; }
392 const uint8_t* data_bimg_rel_ro_begin_; member in class:art::OatFile
oat_file.cc 339 data_bimg_rel_ro_begin_ = FindDynamicSymbolAddress("oatdatabimgrelro", &symbol_error_msg);
340 if (data_bimg_rel_ro_begin_ != nullptr) {
508 if (!IsAligned<sizeof(uint32_t)>(data_bimg_rel_ro_begin_) ||
510 data_bimg_rel_ro_begin_ > data_bimg_rel_ro_end_) {
514 data_bimg_rel_ro_begin_,
    [all...]

Completed in 108 milliseconds