Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dthread_tree.cpp163 static bool IsAddrInMap(uint64_t addr, const MapEntry* map) { in IsAddrInMap() function
172 if (it != maps.begin() && IsAddrInMap(addr, *--it)) { in FindMapByAddr()