Searched refs:curMethodInfos (Results 1 – 1 of 1) sorted by relevance
979 auto curMethodInfos = nativeAreaAllocator_.New<PGOMethodInfoMap>(); in GetMethodInfoMap() local980 recordInfos_.emplace(recordName.c_str(), curMethodInfos); in GetMethodInfoMap()981 return curMethodInfos; in GetMethodInfoMap()987 auto curMethodInfos = GetMethodInfoMap(recordName); in AddMethod() local988 ASSERT(curMethodInfos != nullptr); in AddMethod()990 return curMethodInfos->AddMethod(chunk_.get(), jsMethod, mode, incCount); in AddMethod()995 auto curMethodInfos = GetMethodInfoMap(recordName); in AddType() local996 ASSERT(curMethodInfos != nullptr); in AddType()997 return curMethodInfos->AddType(chunk_.get(), methodId, offset, type); in AddType()1003 auto curMethodInfos = GetMethodInfoMap(recordName); in AddCallTargetType() local[all …]