Lines Matching defs:hclass
489 const JSHandle<JSTaggedValue> proto, const JSHandle<JSHClass> hclass) in ProtoIsFastJSArray()
551 const JSHandle<JSHClass> &hclass, in SetPrototypeWithNotification()
569 JSHandle<JSHClass> hclass(thread, object->GetJSHClass()); in SetPrototypeTransition() local
592 JSHandle<JSHClass> hclass(thread, proto->GetTaggedObject()->GetClass()); in OptimizePrototypeForIC() local
727 auto hclass = JSHClass::Cast(newHClass.GetTaggedValue().GetTaggedObject()); in TransitionForRepChange() local
744 JSHClass *hclass = thread->GetArrayInstanceHClass(targetKind, false); in IsInitialArrayHClassWithElementsKind() local
756 JSHClass *hclass = thread->GetArrayInstanceHClass(newKind, objHclass->IsPrototype()); in TransitToElementsKindUncheck() local
823 void JSHClass::UpdateFieldType(const JSThread *thread, JSHClass *hclass, const PropertyAttributes &… in UpdateFieldType()
830 JSHClass *JSHClass::FindFieldOwnHClass(const JSThread *thread, JSHClass *hclass, const PropertyAttr… in FindFieldOwnHClass()
937 auto hclass = receiver->GetJSHClass(); in ConvertOrTransitionWithRep() local
1126 void JSHClass::NotifyAccessorChanged(const JSThread *thread, JSHandle<JSHClass> hclass) in NotifyAccessorChanged()
1274 PropertyLookupResult JSHClass::LookupPropertyInAotHClass(const JSThread *thread, JSHClass *hclass, … in LookupPropertyInAotHClass()
1315 PropertyLookupResult JSHClass::LookupPropertyInPGOHClass(const JSThread *thread, JSHClass *hclass, … in LookupPropertyInPGOHClass()
1355 …upResult JSHClass::LookupPropertyInBuiltinPrototypeHClass(const JSThread *thread, JSHClass *hclass, in LookupPropertyInBuiltinPrototypeHClass()
1439 JSHandle<JSHClass> hclass = factory->NewEcmaHClass(size, type, maxNum); in CreateRootHClassFromPGO() local
1471 JSHandle<JSHClass> hclass = factory->GetObjectLiteralRootHClass(literalLength, maxPropsNum); in CreateRootHClassWithCached() local
1537 bool JSHClass::DumpRootHClassByPGO(const JSThread *thread, const JSHClass *hclass, HClassLayoutDesc… in DumpRootHClassByPGO()
1552 bool JSHClass::DumpChildHClassByPGO(const JSThread *thread, const JSHClass *hclass, HClassLayoutDes… in DumpChildHClassByPGO()
1567 bool JSHClass::UpdateChildLayoutDescByPGO(const JSThread *thread, const JSHClass *hclass, HClassLay… in UpdateChildLayoutDescByPGO()
1581 bool JSHClass::UpdateRootLayoutDescByPGO(const JSThread *thread, const JSHClass *hclass, HClassLayo… in UpdateRootLayoutDescByPGO()
1600 auto hclass = JSHClass::Cast(JSTaggedValue(hclassVal).GetTaggedObject()); in DumpToString() local
1638 …pertyLookupResult JSHClass::LookupPropertyInBuiltinHClass(const JSThread *thread, JSHClass *hclass, in LookupPropertyInBuiltinHClass()
1699 JSHandle<JSHClass> hclass = in CreateSHClass() local
1713 auto hclass = CreateSHClass(thread, descs, nullptr, true); in CreateSConstructorHClass() local
1721 auto hclass = CreateSHClass(thread, descs); in CreateSPrototypeHClass() local
1729 const JSHandle<JSHClass> &hclass, in CreateSInlinedLayout()
1784 const JSHandle<JSHClass> &hclass, in CreateSDictLayout()
1840 …IsNeedNotifyHclassChangedForAotTransition(const JSThread *thread, const JSHandle<JSHClass> &hclass, in IsNeedNotifyHclassChangedForAotTransition()