Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp1291 for (const auto &moduleLayoutDescInfo : simpleInfos.moduleLayoutDescInfos_) { in Merge() local
1292 auto result = moduleLayoutDescInfos_.find(moduleLayoutDescInfo); in Merge()
1294 moduleLayoutDescInfos_.emplace(moduleLayoutDescInfo); in Merge()
1296 const_cast<PGOHClassLayoutDesc &>(*result).Merge(moduleLayoutDescInfo); in Merge()