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.cpp639 PGOMethodTypeSet *PGOMethodInfoMap::GetOrInsertMethodTypeSet(Chunk *chunk, PGOMethodId methodId) in GetOrInsertMethodTypeSet() function in panda::ecmascript::PGOMethodInfoMap
653 auto typeInfoSet = GetOrInsertMethodTypeSet(chunk, methodId); in AddType()
661 auto typeInfoSet = GetOrInsertMethodTypeSet(chunk, methodId); in AddCallTargetType()
669 auto typeInfoSet = GetOrInsertMethodTypeSet(chunk, methodId); in AddObjectInfo()
678 auto typeInfoSet = GetOrInsertMethodTypeSet(chunk, methodId); in AddDefine()
Dpgo_profiler_info.h861 PGOMethodTypeSet *GetOrInsertMethodTypeSet(Chunk *chunk, PGOMethodId methodId);