Lines Matching defs:hold
1612 JSHClass* hold,
1621 auto holdRootType = FindRootProfileType(hold);
1627 auto holdType = GetOrInsertProfileType(hold, holdRootType);
1630 if (receiver != hold) {
1635 UpdateLayout(hold);
1637 UpdateTransitionLayout(hold, holdTra);
1642 UpdatePrototypeChainInfo(receiver, hold, info);
1648 JSHClass *receiver, JSHClass *hold, JSHClass *holdTra, uint32_t accessorMethodId)
1652 return AddTransitionObjectInfo(recordType, methodId, bcOffset, receiver, hold, holdTra, accessor);
1735 int32_t bcOffset, JSHClass *receiver, JSHClass *hold)
1759 (exceptHoldHClass != hold && exceptPrototypeOfPrototypeHClass != hold)) {
1766 if (IsJSHClassNotEqual(receiver, hold, exceptRecvHClass, exceptRecvHClassOnHeap,
1770 } else if (exceptRecvHClass != receiver || exceptHoldHClass != hold) {
1777 bool PGOProfiler::IsJSHClassNotEqual(JSHClass *receiver, JSHClass *hold, JSHClass *exceptRecvHClass,
1784 (exceptHoldHClass != hold && exceptPrototypeOfPrototypeHClass != hold));