Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp1555 auto curType = GetOrInsertProfileType(hclass, rootType); in UpdateLayout()
1600 auto childType = GetOrInsertProfileType(child, rootType); in UpdateTransitionLayout()
1626 auto receiverType = GetOrInsertProfileType(receiver, receiverRootType); in AddTransitionObjectInfo()
1627 auto holdType = GetOrInsertProfileType(hold, holdRootType); in AddTransitionObjectInfo()
1628 auto holdTraType = GetOrInsertProfileType(holdTra, holdRootType); in AddTransitionObjectInfo()
1672 auto protoType = GetOrInsertProfileType(protoHClass, protoRootType); in UpdatePrototypeChainInfo()
1861 ProfileType PGOProfiler::GetOrInsertProfileType(JSHClass *child, ProfileType rootType) in GetOrInsertProfileType() function in panda::ecmascript::pgo::PGOProfiler
H A Dpgo_profiler.h227 ProfileType GetOrInsertProfileType(JSHClass *child, ProfileType rootType);

Completed in 5 milliseconds