Searched refs:cached_maps_ (Results 1 – 2 of 2) sorted by relevance
92 std::unordered_map<pid_t, UnwindMaps> cached_maps_; variable
204 UnwindMaps& cached_map = cached_maps_[thread.pid]; in UnwindCallChain()