Home | History | Annotate | Download | only in runtime

Lines Matching full:str_offset

2647   size_t str_offset = (reinterpret_cast<const uint8_t*>(str) - begin_);
2648 if (header_->file_size_ - str_offset >= sizeof(kInitName)) {
2653 if (header_->file_size_ - str_offset >= sizeof(kClinitName)) {