Home
last modified time | relevance | path

Searched defs:memMaps (Results 1 – 6 of 6) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
Dtest_utilities.cpp43std::vector<std::shared_ptr<OHOS::HiviewDFX::DfxMap>> &memMaps, std::string &line) in GetMemMapOffset()
Dvirtual_thread_test.cpp110 std::vector<std::shared_ptr<DfxMap>> memMaps {}; in PhdrCallBack() local
/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_runtime.cpp485 auto memMaps = std::make_shared<MemMaps>(++memMapFilePathId_); in FillMapsCache() local
537 auto memMaps = std::make_shared<MemMaps>(++memMapFilePathId_); in HandleMapInfo() local
Dvirtual_thread.cpp222 bool VirtualThread::ParseMap(std::vector<std::shared_ptr<DfxMap>>& memMaps, bool update) in ParseMap()
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dvirtual_thread_test.cpp98 std::vector<std::shared_ptr<DfxMap>> memMaps {}; in PhdrCallBack() local
/developtools/hiperf/src/
Dvirtual_runtime.cpp968 …st DfxSymbol VirtualRuntime::GetKernelSymbol(const uint64_t ip, const std::vector<DfxMap> &memMaps, in GetKernelSymbol()