Searched refs:mapIndex (Results 1 – 4 of 4) sorted by relevance
67 std::vector<int> mapIndex {}; in BenchmarkMapsCreateMapIndex() local69 if (DfxMaps::Create(0, maps, mapIndex)) { in BenchmarkMapsCreateMapIndex()
80 …ps::Create(const pid_t pid, std::vector<std::shared_ptr<DfxMap>>& maps, std::vector<int>& mapIndex) in Create() argument92 mapIndex = dfxMaps->GetMapIndexVec(); in Create()
34 …ol Create(const pid_t pid, std::vector<std::shared_ptr<DfxMap>>& maps, std::vector<int>& mapIndex);
475 size_t mapIndex = 0; in LoadElfMapsSection() local477 maps_[mapIndex].name = name; in LoadElfMapsSection()478 ++mapIndex; in LoadElfMapsSection()