Searched defs:memMaps (Results 1 – 6 of 6) sorted by relevance
41 … 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
512 auto memMaps = std::make_shared<MemMaps>(++memMapFilePathId_); in FillMapsCache() local564 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
971 const DfxSymbol VirtualRuntime::GetKernelSymbol(uint64_t ip, const std::vector<DfxMap> &memMaps, in GetKernelSymbol()