Searched refs:methodInfos (Results 1 – 2 of 2) sorted by relevance
684 void PGOMethodInfoMap::Merge(Chunk *chunk, PGOMethodInfoMap *methodInfos) in Merge() argument686 …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() local1086 if (methodInfos->ParseFromBinary(chunk_.get(), hotnessThreshold_, &addr, header)) { in ParseFromBinary()1087 recordInfos_.emplace(recordName, methodInfos); in ParseFromBinary()1209 PGOMethodInfoMap *methodInfos = nullptr; in ParseFromText() local1211 methodInfos = nativeAreaAllocator_.New<PGOMethodInfoMap>(); in ParseFromText()1212 recordInfos_.emplace(recordName.c_str(), methodInfos); in ParseFromText()[all …]
843 void Merge(Chunk *chunk, PGOMethodInfoMap *methodInfos);