Lines Matching refs:DfxMap
80 bool DfxMaps::Create(const pid_t pid, std::vector<std::shared_ptr<DfxMap>>& maps, std::vector<int>& mapIndex)
115 auto map = std::make_shared<DfxMap>();
121 DfxMap::FormatMapName(pid, map->name);
189 void DfxMaps::AddMap(std::shared_ptr<DfxMap> map, bool enableMapIndex)
197 bool DfxMaps::FindMapByAddr(uintptr_t addr, std::shared_ptr<DfxMap>& map) const
226 bool DfxMaps::FindMapByFileInfo(std::string name, uint64_t offset, std::shared_ptr<DfxMap>& map) const
244 bool DfxMaps::FindMapsByName(std::string name, std::vector<std::shared_ptr<DfxMap>>& maps) const
264 [](const std::shared_ptr<DfxMap>& a, const std::shared_ptr<DfxMap>& b) {
274 [](const std::shared_ptr<DfxMap>& a, const std::shared_ptr<DfxMap>& b) {
297 std::shared_ptr<DfxMap> map = nullptr;