Searched defs:memMaps (Results 1 – 5 of 5) sorted by relevance
466 auto memMaps = std::make_shared<MemMaps>(++memMapFilePathId_); in FillMapsCache() local512 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()
113 std::vector<std::shared_ptr<DfxMap>> memMaps {}; in PhdrCallBack() local
98 std::vector<std::shared_ptr<DfxMap>> memMaps {}; in PhdrCallBack() local
815 const DfxSymbol VirtualRuntime::GetKernelSymbol(uint64_t ip, const std::vector<DfxMap> &memMaps, in GetKernelSymbol()