Home | History | Annotate | Download | only in runtime

Lines Matching refs:file_start

111   uint32_t file_start = reinterpret_cast<uint32_t>(begin_);
112 uint32_t file_end = file_start + size_;
113 if ((range_start < file_start) || (range_start > file_end) ||
114 (range_end < file_start) || (range_end > file_end)) {
116 range_start - file_start, range_end - file_start);