Searched refs:MapSet (Results 1 – 4 of 4) sorted by relevance
63 struct MapSet { struct72 MapSet* maps; argument136 void InsertMap(MapSet& maps, const MapEntry& entry);141 std::vector<std::unique_ptr<MapSet>> map_set_storage_;142 MapSet kernel_maps_;
72 MapSet* maps = nullptr; in CreateThread()74 maps = new MapSet; in CreateThread()75 map_set_storage_.push_back(std::unique_ptr<MapSet>(maps)); in CreateThread()155 void ThreadTree::InsertMap(MapSet& maps, const MapEntry& entry) { in InsertMap()185 static const MapEntry* FindMapByAddr(const MapSet& maps, uint64_t addr) { in FindMapByAddr()
61 void UpdateMaps(const MapSet& map_set);
138 void UnwindMaps::UpdateMaps(const MapSet& map_set) { in UpdateMaps()