Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H A Dpgo_profiler_type.h562 PGOProfileType holdTraType, PGOSampleType accessorMethod) in PGOObjectTemplate()
565 holdTraRootType_(holdTraRootType), holdTraType_(holdTraType), in PGOObjectTemplate()
628 AddTypeJson("holdTraType", holdTraType_, typeoffset, typeArray); in GetInfoJson()
559 PGOObjectTemplate(PGOProfileType receiverRootType, PGOProfileType receiverType, PGOProfileType holdRootType, PGOProfileType holdType, PGOProfileType holdTraRootType, PGOProfileType holdTraType, PGOSampleType accessorMethod) PGOObjectTemplate() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp1628 auto holdTraType = GetOrInsertProfileType(holdTra, holdRootType); in AddTransitionObjectInfo() local
1634 if (holdType == holdTraType) { in AddTransitionObjectInfo()
1640 PGOObjectInfo info(receiverRootType, receiverType, holdRootType, holdType, holdRootType, holdTraType, in AddTransitionObjectInfo()

Completed in 6 milliseconds