Lines Matching defs:hold
898 JSHClass *receiver, JSHClass *hold, JSHClass *holdTra, uint32_t accessorMethodId)
905 return AddTranstionObjectInfo(bcOffset, receiver, hold, holdTra, accessor);
909 int32_t bcOffset, JSHClass *receiver, JSHClass *hold, JSHClass *holdTra, PGOSampleType accessorMethod)
912 ptManager_->RecordAndGetHclassIndexForJIT(hold);
914 PGOObjectInfo info(ProfileType::CreateJITType(), receiver, hold, holdTra, accessorMethod);
992 bool JITProfiler::AddBuiltinsInfoByNameInProt(ApEntityId abcId, int32_t bcOffset, JSHClass *receiver, JSHClass *hold)
1016 (exceptHoldHClass != hold && exceptPrototypeOfPrototypeHClass != hold)) {
1023 if (JITProfiler::IsJSHClassNotEqual(receiver, hold, exceptRecvHClass, exceptRecvHClassOnHeap, exceptHoldHClass,
1027 } else if (exceptRecvHClass != receiver || exceptHoldHClass != hold) {
1038 bool JITProfiler::IsJSHClassNotEqual(JSHClass *receiver, JSHClass *hold, JSHClass *exceptRecvHClass,
1045 (exceptHoldHClass != hold && exceptPrototypeOfPrototypeHClass != hold));