Searched refs:map_limit (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file.cc600 size_t map_limit = header_->map_off_ + count * sizeof(MapItem); local
601 if (header_->map_off_ >= map_limit || map_limit > size_) {

Completed in 250 milliseconds