Lines Matching defs:hclass
473 const JSHandle<JSHClass> &hclass, in SetPrototypeWithNotification()
491 JSHandle<JSHClass> hclass(thread, object->GetJSHClass()); in SetPrototypeTransition() local
510 JSHandle<JSHClass> hclass(thread, proto->GetTaggedObject()->GetClass()); in OptimizePrototypeForIC() local
644 auto hclass = JSHClass::Cast(newHClass.GetTaggedValue().GetTaggedObject()); in TransitionForRepChange() local
668 JSHClass *hclass = JSHClass::Cast(hclassVal.GetTaggedObject()); in IsInitialArrayHClassWithElementsKind() local
690 JSHClass *hclass = JSHClass::Cast(hclassVal.GetTaggedObject()); in TransitToElementsKindUncheck() local
750 void JSHClass::UpdateFieldType(JSHClass *hclass, const PropertyAttributes &attr) in UpdateFieldType()
757 JSHClass *JSHClass::FindFieldOwnHClass(JSHClass *hclass, const PropertyAttributes &attr) in FindFieldOwnHClass()
810 auto hclass = receiver->GetJSHClass(); in ConvertOrTransitionWithRep() local
936 void JSHClass::NotifyAccessorChanged(const JSThread *thread, JSHandle<JSHClass> hclass) in NotifyAccessorChanged()
1110 PropertyLookupResult JSHClass::LookupPropertyInAotHClass(const JSThread *thread, JSHClass *hclass, … in LookupPropertyInAotHClass()
1151 PropertyLookupResult JSHClass::LookupPropertyInPGOHClass(const JSThread *thread, JSHClass *hclass, … in LookupPropertyInPGOHClass()
1191 …upResult JSHClass::LookupPropertyInBuiltinPrototypeHClass(const JSThread *thread, JSHClass *hclass, in LookupPropertyInBuiltinPrototypeHClass()
1269 JSHandle<JSHClass> hclass = factory->NewEcmaHClass(size, type, maxNum); in CreateRootHClassFromPGO() local
1300 JSHandle<JSHClass> hclass = factory->GetObjectLiteralRootHClass(maxNum); in CreateRootHClassWithCached() local
1366 bool JSHClass::DumpRootHClassByPGO(const JSHClass* hclass, HClassLayoutDesc* desc) in DumpRootHClassByPGO()
1381 bool JSHClass::DumpChildHClassByPGO(const JSHClass* hclass, HClassLayoutDesc* desc) in DumpChildHClassByPGO()
1396 bool JSHClass::UpdateChildLayoutDescByPGO(const JSHClass* hclass, HClassLayoutDesc* childDesc) in UpdateChildLayoutDescByPGO()
1410 bool JSHClass::UpdateRootLayoutDescByPGO(const JSHClass* hclass, HClassLayoutDesc* desc) in UpdateRootLayoutDescByPGO()
1429 auto hclass = JSHClass::Cast(JSTaggedValue(hclassVal).GetTaggedObject()); in DumpToString() local
1459 …pertyLookupResult JSHClass::LookupPropertyInBuiltinHClass(const JSThread *thread, JSHClass *hclass, in LookupPropertyInBuiltinHClass()
1520 JSHandle<JSHClass> hclass = in CreateSHClass() local
1534 auto hclass = CreateSHClass(thread, descs, nullptr, true); in CreateSConstructorHClass() local
1542 auto hclass = CreateSHClass(thread, descs); in CreateSPrototypeHClass() local
1550 const JSHandle<JSHClass> &hclass, in CreateSInlinedLayout()
1605 const JSHandle<JSHClass> &hclass, in CreateSDictLayout()
1660 …IsNeedNotifyHclassChangedForAotTransition(const JSThread *thread, const JSHandle<JSHClass> &hclass, in IsNeedNotifyHclassChangedForAotTransition()