Home
last modified time | relevance | path

Searched refs:toMethodInfos (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp1057 PGOMethodInfoMap *toMethodInfos = nullptr; in Merge() local
1059 toMethodInfos = nativeAreaAllocator_.New<PGOMethodInfoMap>(); in Merge()
1060 recordInfos_.emplace(recordName, toMethodInfos); in Merge()
1062 toMethodInfos = recordInfosIter->second; in Merge()
1065 toMethodInfos->Merge(chunk_.get(), fromMethodInfos); in Merge()