Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.cpp129 std::map<uint64_t, uint64_t> map_ends; in GetMaps() local
151 auto entry = map_ends.upper_bound(start); in GetMaps()
152 if (entry != map_ends.end() && end > entry->second) { in GetMaps()
155 map_ends[end] = start; in GetMaps()