Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp1025 auto iter = moduleLayoutDescInfos_.find(descInfo); in AddDefine()
1026 if (iter != moduleLayoutDescInfos_.end()) { in AddDefine()
1027 moduleLayoutDescInfos_.erase(iter); in AddDefine()
1029 moduleLayoutDescInfos_.emplace(descInfo); in AddDefine()
1037 auto iter = moduleLayoutDescInfos_.find(descInfo); in AddLayout()
1038 if (iter != moduleLayoutDescInfos_.end()) { in AddLayout()
1068 …for (auto info = recordInfos.moduleLayoutDescInfos_.begin(); info != recordInfos.moduleLayoutDescI… in Merge()
1070 auto result = moduleLayoutDescInfos_.find(*info); in Merge()
1071 if (result == moduleLayoutDescInfos_.end()) { in Merge()
1072 moduleLayoutDescInfos_.emplace(*info); in Merge()
[all …]
Dpgo_profiler_info.h1066 std::set<PGOHClassLayoutDesc> moduleLayoutDescInfos_; variable
1139 auto iter = moduleLayoutDescInfos_.find(PGOHClassLayoutDesc(classType.GetClassType())); in GetHClassLayoutDesc()
1140 if (iter != moduleLayoutDescInfos_.end()) { in GetHClassLayoutDesc()
1178 std::set<PGOHClassLayoutDesc> moduleLayoutDescInfos_; variable