Home
last modified time | relevance | path

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

/system/extras/perfprofd/quipper/
Daddress_mapper.cc50 bool old_range_found = false; in MapWithID() local
58 if (!old_range_found && iter->Covers(range) && iter->size > range.size) { in MapWithID()
59 old_range_found = true; in MapWithID()
74 if (old_range_found) { in MapWithID()