Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp979 auto curMethodInfos = nativeAreaAllocator_.New<PGOMethodInfoMap>(); in GetMethodInfoMap() local
980 recordInfos_.emplace(recordName.c_str(), curMethodInfos); in GetMethodInfoMap()
981 return curMethodInfos; in GetMethodInfoMap()
987 auto curMethodInfos = GetMethodInfoMap(recordName); in AddMethod() local
988 ASSERT(curMethodInfos != nullptr); in AddMethod()
990 return curMethodInfos->AddMethod(chunk_.get(), jsMethod, mode, incCount); in AddMethod()
995 auto curMethodInfos = GetMethodInfoMap(recordName); in AddType() local
996 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 …]