Lines Matching full:hold
1019 … JITProfiler::AddObjectInfo(ApEntityId abcId, int32_t bcOffset, JSHClass *receiver, JSHClass *hold, in AddObjectInfo() argument
1027 return AddTranstionObjectInfo(bcOffset, receiver, hold, holdTra, accessor, primitiveType, name); in AddObjectInfo()
1030 bool JITProfiler::AddTranstionObjectInfo(int32_t bcOffset, JSHClass *receiver, JSHClass *hold, in AddTranstionObjectInfo() argument
1034 ptManager_->RecordAndGetHclassIndexForJIT(hold); in AddTranstionObjectInfo()
1036 …PGOObjectInfo info(ProfileType::CreateJITType(), receiver, hold, holdTra, accessorMethod, primitiv… in AddTranstionObjectInfo()
1140 JSHClass *receiver, JSHClass *hold, bool isNonExist) in AddBuiltinsInfoByNameInProt() argument
1172 (exceptHoldHClass != hold && exceptPrototypeOfPrototypeHClass != hold)) { in AddBuiltinsInfoByNameInProt()
1179 …if (JITProfiler::IsJSHClassNotEqual(receiver, hold, exceptRecvHClass, exceptRecvHClassOnHeap, exce… in AddBuiltinsInfoByNameInProt()
1183 } else if (exceptRecvHClass != receiver || exceptHoldHClass != hold) { in AddBuiltinsInfoByNameInProt()
1194 bool JITProfiler::IsJSHClassNotEqual(JSHClass *receiver, JSHClass *hold, JSHClass *exceptRecvHClass, in IsJSHClassNotEqual() argument
1201 (exceptHoldHClass != hold && exceptPrototypeOfPrototypeHClass != hold)); in IsJSHClassNotEqual()