Home
last modified time | relevance | path

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

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