Searched defs:file_end (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file_verifier.cc193 const byte* file_end = file_start + size_; local
194 if (UNLIKELY((range_start < file_start) || (range_end > file_end))) {
815 const byte* file_end = begin_ + size_; local
819 if (UNLIKELY(ptr_ >= file_end)) {

Completed in 16 milliseconds