HomeSort by relevance Sort by last modified time
    Searched refs:cached_maps_ (Results 1 - 2 of 2) sorted by null

  /system/extras/simpleperf/
OfflineUnwinder.h 80 std::unordered_map<pid_t, CachedMap> cached_maps_ __attribute__((unused)); member in class:simpleperf::OfflineUnwinder
OfflineUnwinder.cpp 131 auto map_it = cached_maps_.find(thread.pid);
132 CachedMap& cached_map = (map_it == cached_maps_.end() ? cached_maps_[thread.pid]

Completed in 71 milliseconds