Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp645 auto typeInfoSet = chunk->New<PGOMethodTypeSet>(); in GetOrInsertMethodTypeSet() local
646 methodTypeInfos_.emplace(methodId, typeInfoSet); in GetOrInsertMethodTypeSet()
647 return typeInfoSet; in GetOrInsertMethodTypeSet()
653 auto typeInfoSet = GetOrInsertMethodTypeSet(chunk, methodId); in AddType() local
654 ASSERT(typeInfoSet != nullptr); in AddType()
655 typeInfoSet->AddType(offset, type); in AddType()
661 auto typeInfoSet = GetOrInsertMethodTypeSet(chunk, methodId); in AddCallTargetType() local
662 ASSERT(typeInfoSet != nullptr); in AddCallTargetType()
663 typeInfoSet->AddCallTargetType(offset, type); in AddCallTargetType()
669 auto typeInfoSet = GetOrInsertMethodTypeSet(chunk, methodId); in AddObjectInfo() local
[all …]