Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp684 void PGOMethodInfoMap::Merge(Chunk *chunk, PGOMethodInfoMap *methodInfos) in Merge() argument
686 …for (auto iter = methodInfos->methodInfos_.begin(); iter != methodInfos->methodInfos_.end(); iter+… in Merge()
705 …for (auto iter = methodInfos->methodTypeInfos_.begin(); iter != methodInfos->methodTypeInfos_.end(… in Merge()
720 …for (auto iter = methodInfos->methodsChecksum_.begin(); iter != methodInfos->methodsChecksum_.end(… in Merge()
1085 PGOMethodInfoMap *methodInfos = nativeAreaAllocator_.New<PGOMethodInfoMap>(); in ParseFromBinary() local
1086 if (methodInfos->ParseFromBinary(chunk_.get(), hotnessThreshold_, &addr, header)) { in ParseFromBinary()
1087 recordInfos_.emplace(recordName, methodInfos); in ParseFromBinary()
1209 PGOMethodInfoMap *methodInfos = nullptr; in ParseFromText() local
1211 methodInfos = nativeAreaAllocator_.New<PGOMethodInfoMap>(); in ParseFromText()
1212 recordInfos_.emplace(recordName.c_str(), methodInfos); in ParseFromText()
[all …]
Dpgo_profiler_info.h843 void Merge(Chunk *chunk, PGOMethodInfoMap *methodInfos);