Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.h478 auto result = scalarOpTypeInfos_.find(ScalarOpTypeInfo(offset, type)); in AddType()
479 if (result != scalarOpTypeInfos_.end()) { in AddType()
483 scalarOpTypeInfos_.emplace(offset, type); in AddType()
489 auto result = scalarOpTypeInfos_.find(ScalarOpTypeInfo(offset, type)); in AddCallTargetType()
490 if (result != scalarOpTypeInfos_.end()) { in AddCallTargetType()
494 scalarOpTypeInfos_.emplace(offset, type); in AddCallTargetType()
520 for (const auto &typeInfo : scalarOpTypeInfos_) { in GetTypeInfo()
680 std::set<ScalarOpTypeInfo> scalarOpTypeInfos_; variable
Dpgo_profiler_info.cpp319 for (const auto &fromType : info->scalarOpTypeInfos_) { in Merge()
320 auto iter = scalarOpTypeInfos_.find(fromType); in Merge()
321 if (iter != scalarOpTypeInfos_.end()) { in Merge()
324 scalarOpTypeInfos_.emplace(fromType); in Merge()
354 scalarOpTypeInfos_.emplace(*reinterpret_cast<ScalarOpTypeInfo *>(typeInfo)); in ParseFromBinary()
368 for (auto typeInfo : scalarOpTypeInfos_) { in ProcessToBinary()
412 scalarOpTypeInfos_.emplace(offset, PGOSampleType(type)); in ParseFromText()
421 for (auto typeInfoIter : scalarOpTypeInfos_) { in ProcessToText()