Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp197 PGOMethodTypeSet *PGOMethodInfoMap::GetOrInsertMethodTypeSet(Chunk *chunk, PGOMethodId methodId) in GetOrInsertMethodTypeSet() function in panda::ecmascript::pgo::PGOMethodInfoMap
211 auto typeInfoSet = GetOrInsertMethodTypeSet(chunk, methodId); in AddType()
219 auto typeInfoSet = GetOrInsertMethodTypeSet(chunk, methodId); in AddCallTargetType()
227 auto typeInfoSet = GetOrInsertMethodTypeSet(chunk, methodId); in AddObjectInfo()
235 auto typeInfoSet = GetOrInsertMethodTypeSet(chunk, methodId); in AddDefine()
Dpgo_profiler_info.h311 PGOMethodTypeSet *GetOrInsertMethodTypeSet(Chunk *chunk, PGOMethodId methodId);