• Home
  • Raw
  • Download

Lines Matching defs:hclass

504                                                           const JSHandle<JSHClass> &hclass,  in SetPrototypeWithNotification()
522 JSHandle<JSHClass> hclass(thread, object->GetJSHClass()); in SetPrototypeTransition() local
544 JSHandle<JSHClass> hclass(thread, proto->GetTaggedObject()->GetClass()); in OptimizePrototypeForIC() local
678 auto hclass = JSHClass::Cast(newHClass.GetTaggedValue().GetTaggedObject()); in TransitionForRepChange() local
695 JSHClass *hclass = thread->GetArrayInstanceHClass(targetKind, false); in IsInitialArrayHClassWithElementsKind() local
707 JSHClass *hclass = thread->GetArrayInstanceHClass(newKind, objHclass->IsPrototype()); in TransitToElementsKindUncheck() local
774 void JSHClass::UpdateFieldType(JSHClass *hclass, const PropertyAttributes &attr) in UpdateFieldType()
781 JSHClass *JSHClass::FindFieldOwnHClass(JSHClass *hclass, const PropertyAttributes &attr) in FindFieldOwnHClass()
894 auto hclass = receiver->GetJSHClass(); in ConvertOrTransitionWithRep() local
1053 void JSHClass::NotifyAccessorChanged(const JSThread *thread, JSHandle<JSHClass> hclass) in NotifyAccessorChanged()
1195 PropertyLookupResult JSHClass::LookupPropertyInAotHClass(const JSThread *thread, JSHClass *hclass, … in LookupPropertyInAotHClass()
1236 PropertyLookupResult JSHClass::LookupPropertyInPGOHClass(const JSThread *thread, JSHClass *hclass, … in LookupPropertyInPGOHClass()
1276 …upResult JSHClass::LookupPropertyInBuiltinPrototypeHClass(const JSThread *thread, JSHClass *hclass, in LookupPropertyInBuiltinPrototypeHClass()
1358 JSHandle<JSHClass> hclass = factory->NewEcmaHClass(size, type, maxNum); in CreateRootHClassFromPGO() local
1390 JSHandle<JSHClass> hclass = factory->GetObjectLiteralRootHClass(literalLength, maxPropsNum); in CreateRootHClassWithCached() local
1457 bool JSHClass::DumpRootHClassByPGO(const JSHClass* hclass, HClassLayoutDesc* desc) in DumpRootHClassByPGO()
1472 bool JSHClass::DumpChildHClassByPGO(const JSHClass* hclass, HClassLayoutDesc* desc) in DumpChildHClassByPGO()
1487 bool JSHClass::UpdateChildLayoutDescByPGO(const JSHClass* hclass, HClassLayoutDesc* childDesc) in UpdateChildLayoutDescByPGO()
1501 bool JSHClass::UpdateRootLayoutDescByPGO(const JSHClass* hclass, HClassLayoutDesc* desc) in UpdateRootLayoutDescByPGO()
1520 auto hclass = JSHClass::Cast(JSTaggedValue(hclassVal).GetTaggedObject()); in DumpToString() local
1558 …pertyLookupResult JSHClass::LookupPropertyInBuiltinHClass(const JSThread *thread, JSHClass *hclass, in LookupPropertyInBuiltinHClass()
1619 JSHandle<JSHClass> hclass = in CreateSHClass() local
1633 auto hclass = CreateSHClass(thread, descs, nullptr, true); in CreateSConstructorHClass() local
1641 auto hclass = CreateSHClass(thread, descs); in CreateSPrototypeHClass() local
1649 const JSHandle<JSHClass> &hclass, in CreateSInlinedLayout()
1704 const JSHandle<JSHClass> &hclass, in CreateSDictLayout()
1760 …IsNeedNotifyHclassChangedForAotTransition(const JSThread *thread, const JSHandle<JSHClass> &hclass, in IsNeedNotifyHclassChangedForAotTransition()