Searched defs:memMaps (Results 1 – 6 of 6) sorted by relevance
43 … std::vector<std::shared_ptr<OHOS::HiviewDFX::DfxMap>> &memMaps, std::string &line) in GetMemMapOffset()
110 std::vector<std::shared_ptr<DfxMap>> memMaps {}; in PhdrCallBack() local
485 auto memMaps = std::make_shared<MemMaps>(++memMapFilePathId_); in FillMapsCache() local537 auto memMaps = std::make_shared<MemMaps>(++memMapFilePathId_); in HandleMapInfo() local
222 bool VirtualThread::ParseMap(std::vector<std::shared_ptr<DfxMap>>& memMaps, bool update) in ParseMap()
98 std::vector<std::shared_ptr<DfxMap>> memMaps {}; in PhdrCallBack() local
968 …st DfxSymbol VirtualRuntime::GetKernelSymbol(const uint64_t ip, const std::vector<DfxMap> &memMaps, in GetKernelSymbol()