Searched refs:typeInfoSet (Results 1 – 1 of 1) sorted by relevance
645 auto typeInfoSet = chunk->New<PGOMethodTypeSet>(); in GetOrInsertMethodTypeSet() local646 methodTypeInfos_.emplace(methodId, typeInfoSet); in GetOrInsertMethodTypeSet()647 return typeInfoSet; in GetOrInsertMethodTypeSet()653 auto typeInfoSet = GetOrInsertMethodTypeSet(chunk, methodId); in AddType() local654 ASSERT(typeInfoSet != nullptr); in AddType()655 typeInfoSet->AddType(offset, type); in AddType()661 auto typeInfoSet = GetOrInsertMethodTypeSet(chunk, methodId); in AddCallTargetType() local662 ASSERT(typeInfoSet != nullptr); in AddCallTargetType()663 typeInfoSet->AddCallTargetType(offset, type); in AddCallTargetType()669 auto typeInfoSet = GetOrInsertMethodTypeSet(chunk, methodId); in AddObjectInfo() local[all …]