Lines Matching refs:dfxMaps
60 auto dfxMaps = std::make_shared<DfxMaps>(); in Create() local
63 dfxMaps->EnableOnlyExec(true); in Create()
65 if (dfxMaps->Parse(pid, path)) { in Create()
66 return dfxMaps; in Create()
73 auto dfxMaps = std::make_shared<DfxMaps>(); in Create() local
74 if (dfxMaps->Parse(pid, path)) { in Create()
75 return dfxMaps; in Create()
86 auto dfxMaps = std::make_shared<DfxMaps>(); in Create() local
87 dfxMaps->EnableMapIndex(true); in Create()
88 if (!dfxMaps->Parse(pid, path)) { in Create()
91 maps = dfxMaps->GetMaps(); in Create()
92 mapIndex = dfxMaps->GetMapIndexVec(); in Create()