Searched refs:holdRootType (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler.cpp | 1621 auto holdRootType = FindRootProfileType(hold); in AddTransitionObjectInfo() local 1622 if (!holdRootType.IsRootType()) { in AddTransitionObjectInfo() 1627 auto holdType = GetOrInsertProfileType(hold, holdRootType); in AddTransitionObjectInfo() 1628 auto holdTraType = GetOrInsertProfileType(holdTra, holdRootType); in AddTransitionObjectInfo() 1640 PGOObjectInfo info(receiverRootType, receiverType, holdRootType, holdType, holdRootType, holdTraType, in AddTransitionObjectInfo()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
H A D | pgo_profiler_type.h | 560 PGOProfileType receiverType, PGOProfileType holdRootType, in PGOObjectTemplate() 564 holdRootType_(holdRootType), holdType_(holdType), in PGOObjectTemplate() 625 AddTypeJson("holdRootType", holdRootType_, typeoffset, typeArray); in GetInfoJson() 559 PGOObjectTemplate(PGOProfileType receiverRootType, PGOProfileType receiverType, PGOProfileType holdRootType, PGOProfileType holdType, PGOProfileType holdTraRootType, PGOProfileType holdTraType, PGOSampleType accessorMethod) PGOObjectTemplate() argument
|
Completed in 6 milliseconds