• Home
  • Raw
  • Download

Lines Matching defs:hclass

381const JSHandle<JSTaggedValue> &hclass,  in SetPrototypeWithNotification()
400 JSHandle<JSHClass> hclass(thread, proto->GetTaggedObject()->GetClass()); in OptimizePrototypeForIC() local
520 auto hclass = JSHClass::Cast(newHClass.GetTaggedValue().GetTaggedObject()); in TransitionForRepChange() local
542 JSHClass *hclass = JSHClass::Cast(hclassVal.GetTaggedObject()); in GetInitialArrayHClassWithElementsKind() local
567 JSHClass *hclass = JSHClass::Cast(hclassVal.GetTaggedObject()); in TransitToElementsKind() local
595 JSHClass *hclass = JSHClass::Cast(hclassVal.GetTaggedObject()); in TransitToElementsKind() local
612 auto hclass = receiver->GetJSHClass(); in ConvertOrTransitionWithRep() local
713 void JSHClass::NotifyAccessorChanged(const JSThread *thread, JSHandle<JSHClass> hclass) in NotifyAccessorChanged()
902 PropertyLookupResult JSHClass::LookupPropertyInAotHClass(const JSThread *thread, JSHClass *hclass, … in LookupPropertyInAotHClass()
960 PropertyLookupResult JSHClass::LookupPropertyInPGOHClass(const JSThread *thread, JSHClass *hclass, … in LookupPropertyInPGOHClass()
1001 …upResult JSHClass::LookupPropertyInBuiltinPrototypeHClass(const JSThread *thread, JSHClass *hclass, in LookupPropertyInBuiltinPrototypeHClass()
1064 JSHandle<JSHClass> hclass = factory->NewEcmaHClass(size, type, maxNum); in CreateRootHClass() local
1121 bool JSHClass::DumpForRootHClass(const JSHClass *hclass, HClassLayoutDesc *desc) in DumpForRootHClass()
1136 bool JSHClass::DumpForChildHClass(const JSHClass *hclass, HClassLayoutDesc *desc) in DumpForChildHClass()
1149 bool JSHClass::UpdateChildLayoutDesc(const JSHClass *hclass, HClassLayoutDesc *childDesc) in UpdateChildLayoutDesc()
1161 bool JSHClass::UpdateRootLayoutDesc(const JSHClass *hclass, const PGOHClassTreeDesc *treeDesc, HCla… in UpdateRootLayoutDesc()
1195 auto hclass = JSHClass::Cast(JSTaggedValue(hclassVal).GetTaggedObject()); in DumpToString() local
1219 …pertyLookupResult JSHClass::LookupPropertyInBuiltinHClass(const JSThread *thread, JSHClass *hclass, in LookupPropertyInBuiltinHClass()