Searched refs:frame_maps (Results 1 – 1 of 1) sorted by relevance
424 static std::array<ska::flat_hash_map<void*, Frame>, 2> frame_maps; in symbolize_fast() local425 auto& frame_map = frame_maps[mode == Mode::fast ? 0 : 1]; in symbolize_fast()