Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_info.cpp207 auto typeInfoSet = chunk->New<PGOMethodTypeSet>(); in GetOrInsertMethodTypeSet() local
208 methodTypeInfos_.emplace(methodId, typeInfoSet); in GetOrInsertMethodTypeSet()
209 return typeInfoSet; in GetOrInsertMethodTypeSet()
215 auto typeInfoSet = GetOrInsertMethodTypeSet(chunk, methodId); in AddType() local
216 ASSERT(typeInfoSet != nullptr); in AddType()
217 typeInfoSet->AddType(offset, type); in AddType()
223 auto typeInfoSet = GetOrInsertMethodTypeSet(chunk, methodId); in AddCallTargetType() local
224 ASSERT(typeInfoSet != nullptr); in AddCallTargetType()
225 typeInfoSet->AddCallTargetType(offset, type); in AddCallTargetType()
231 auto typeInfoSet in AddObjectInfo() local
239 auto typeInfoSet = GetOrInsertMethodTypeSet(chunk, methodId); AddDefine() local
275 auto typeInfoSet = chunk->New<PGOMethodTypeSet>(); Merge() local
315 auto typeInfoSet = chunk->New<PGOMethodTypeSet>(); ParseFromBinary() local
418 auto typeInfoSet = chunk->New<PGOMethodTypeSet>(); ParseFromText() local
[all...]

Completed in 2 milliseconds