Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_info.cpp711 PGOMethodInfoMap *toMethodInfos = nullptr; in Merge() local
713 toMethodInfos = nativeAreaAllocator_.New<PGOMethodInfoMap>(); in Merge()
714 recordInfos_.emplace(recordType, toMethodInfos); in Merge()
716 toMethodInfos = recordInfosIter->second; in Merge()
719 ASSERT(toMethodInfos != nullptr); in Merge()
720 toMethodInfos->Merge(chunk_.get(), fromMethodInfos); in Merge()

Completed in 3 milliseconds