Lines Matching refs:hClass

389     void StoreHClass(GateRef glue, GateRef object, GateRef hClass);
390 void StoreHClassWithoutBarrier(GateRef glue, GateRef object, GateRef hClass);
391 void StoreBuiltinHClass(GateRef glue, GateRef object, GateRef hClass);
394 GateRef GetObjectType(GateRef hClass);
396 GateRef IsDictionaryModeByHClass(GateRef hClass);
397 GateRef IsDictionaryElement(GateRef hClass);
398 GateRef IsStableElements(GateRef hClass);
399 GateRef HasConstructorByHClass(GateRef hClass);
494 GateRef HclassIsPrototypeHandler(GateRef hClass);
495 GateRef HclassIsTransitionHandler(GateRef hClass);
496 GateRef HclassIsPropertyBox(GateRef hClass);
512 GateRef IsStableArguments(GateRef hClass);
513 GateRef IsStableArray(GateRef hClass);
518 GateRef GetPrototypeFromHClass(GateRef hClass);
519 GateRef GetEnumCacheFromHClass(GateRef hClass);
520 GateRef GetProtoChangeMarkerFromHClass(GateRef hClass);
521 GateRef GetLayoutFromHClass(GateRef hClass);
522 GateRef GetBitFieldFromHClass(GateRef hClass);
536 void SetBitFieldToHClass(GateRef glue, GateRef hClass, GateRef bitfield);
538 void SetPrototypeToHClass(VariableType type, GateRef glue, GateRef hClass, GateRef proto);
539 void SetProtoChangeDetailsToHClass(VariableType type, GateRef glue, GateRef hClass,
541 void SetLayoutToHClass(VariableType type, GateRef glue, GateRef hClass, GateRef attr,
543 void SetHClassTypeIDToHClass(GateRef glue, GateRef hClass, GateRef id);
544 void SetEnumCacheToHClass(VariableType type, GateRef glue, GateRef hClass, GateRef key);
545 void SetTransitionsToHClass(VariableType type, GateRef glue, GateRef hClass, GateRef transition);
546 void SetParentToHClass(VariableType type, GateRef glue, GateRef hClass, GateRef parent);
547 void SetIsProtoTypeToHClass(GateRef glue, GateRef hClass, GateRef value);
548 inline void SetIsTS(GateRef glue, GateRef hClass, GateRef value);
549 GateRef IsProtoTypeHClass(GateRef hClass);
550 void SetPropertyInlinedProps(GateRef glue, GateRef obj, GateRef hClass,
553 GateRef GetPropertyInlinedProps(GateRef obj, GateRef hClass,
557 void IncNumberOfProps(GateRef glue, GateRef hClass);
558 GateRef GetNumberOfPropsFromHClass(GateRef hClass);
559 GateRef HasDeleteProperty(GateRef hClass);
560 GateRef IsTSHClass(GateRef hClass);
561 void SetNumberOfPropsToHClass(GateRef glue, GateRef hClass, GateRef value);
564 GateRef GetElementsKindFromHClass(GateRef hClass);
565 GateRef GetObjectSizeFromHClass(GateRef hClass);
566 GateRef GetInlinedPropsStartFromHClass(GateRef hClass);
567 GateRef GetInlinedPropertiesFromHClass(GateRef hClass);
616 GateRef FindElementWithCache(GateRef glue, GateRef layoutInfo, GateRef hClass,
622 GateRef JSObjectGetProperty(GateRef obj, GateRef hClass, GateRef propAttr);
623 void JSObjectSetProperty(GateRef glue, GateRef obj, GateRef hClass, GateRef attr, GateRef key, GateRef value);
638 GateRef FindTransitions(GateRef glue, GateRef hClass, GateRef key, GateRef attr, GateRef value);
639 GateRef CheckHClassForRep(GateRef hClass, GateRef rep);
651 GateRef CheckPolyHClass(GateRef cachedValue, GateRef hClass);
734 void SetHClassBit(GateRef glue, GateRef hClass, GateRef value);