Searched defs:ihc (Results 1 – 8 of 8) sorted by relevance
61 JSHandle<JSTaggedValue> ihc, JSHandle<JSTaggedValue> chc, in CollectLiteralInfo()132 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local170 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local205 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local240 JSHandle<JSTaggedValue> ihc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local
234 JSHClass *ihc = JSHClass::Cast(tsManager_->GetTSHClass(curType).GetTaggedObject()); in ComputeCommonSuperClassTypes() local
222 auto ihc = ptManager_->QueryHClass(classType, classType); in CreatePGOType() local
539 explicit IHClassData(JSTaggedType ihc) : ihc_(ihc) {} in IHClassData()
854 bool RuntimeStubs::ShouldUseAOTHClass(const JSHandle<JSTaggedValue> &ihc, in ShouldUseAOTHClass()1029 JSHClass *ihc = JSHClass::Cast(protoOrHClass.GetTaggedObject()); in RuntimeSetClassInheritanceRelationship() local2064 const JSHandle<JSTaggedValue> &ihc) in DefineFuncTryUseAOTHClass()
3364 …JSHandle<JSTaggedValue> ihc = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the third paramet… in DEF_RUNTIME_STUBS() local
2619 const JSHandle<JSHClass> &ihc) in CreateObjectFromPropertiesByIHClass()2636 const JSHandle<TaggedArray> &properties, uint32_t propsLen, const JSHandle<JSHClass> &ihc) in CheckPropertiesForRep()
82 auto ihc = JSHClass::Cast(protoOrHClass.GetTaggedObject()); in ProfileDefineClass() local