Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H A Dpgo_profiler_type.h561 PGOProfileType holdType, PGOProfileType holdTraRootType, in PGOObjectTemplate()
564 holdRootType_(holdRootType), holdType_(holdType), in PGOObjectTemplate()
626 AddTypeJson("holdType", holdType_, 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.cpp1627 auto holdType = GetOrInsertProfileType(hold, 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