Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_info.cpp201 PGOMethodTypeSet *PGOMethodInfoMap::GetOrInsertMethodTypeSet(Chunk *chunk, PGOMethodId methodId) in GetOrInsertMethodTypeSet() function in panda::ecmascript::pgo::PGOMethodInfoMap
215 auto typeInfoSet = GetOrInsertMethodTypeSet(chunk, methodId); in AddType()
223 auto typeInfoSet = GetOrInsertMethodTypeSet(chunk, methodId); in AddCallTargetType()
231 auto typeInfoSet = GetOrInsertMethodTypeSet(chunk, methodId); in AddObjectInfo()
239 auto typeInfoSet = GetOrInsertMethodTypeSet(chunk, methodId); in AddDefine()
H A Dpgo_profiler_info.h311 PGOMethodTypeSet *GetOrInsertMethodTypeSet(Chunk *chunk, PGOMethodId methodId);

Completed in 7 milliseconds