Searched refs:inlineProps (Results 1 – 3 of 3) sorted by relevance
66 uint32_t inlineProps = GetJSHClass()->GetInlinedProperties(); in GetNonInlinedFastPropsCapacity() local67 if (inlineProps < JSHClass::DEFAULT_CAPACITY_OF_IN_OBJECTS) { in GetNonInlinedFastPropsCapacity()70 return PropertyAttributes::MAX_FAST_PROPS_CAPACITY - inlineProps; in GetNonInlinedFastPropsCapacity()
4698 …int inlineProps = std::max(static_cast<int>(propertyCount), JSHClass::DEFAULT_CAPACITY_OF_IN_OBJEC… in CreateJSObjectWithProperties() local4699 JSMutableHandle<JSHClass> hclassHandle(thread_, GetObjectLiteralRootHClass(inlineProps)); in CreateJSObjectWithProperties()4795 …int inlineProps = std::max(static_cast<int>(propertyCount), JSHClass::DEFAULT_CAPACITY_OF_IN_OBJEC… in CreateJSObjectWithNamedProperties() local4796 JSMutableHandle<JSHClass> hclassHandle(thread_, GetObjectLiteralRootHClass(inlineProps)); in CreateJSObjectWithNamedProperties()
834 GateRef inlineProps = GetInlinedPropertiesFromHClass(hclass); in JSHClassAddProperty() local837 IntToTaggedInt(inlineProps) }); in JSHClassAddProperty()2941 GateRef inlineProps = GetInlinedPropertiesFromHClass(hclass); in TransitionForRepChange() local2944 IntToTaggedInt(inlineProps) }); in TransitionForRepChange()