Searched refs:GetInlinedProperties (Results 1 – 9 of 9) sorted by relevance
233 return array->Get(attr.GetOffset() - hclass->GetInlinedProperties()); in GetProperty()242 array->Set(thread, attr.GetOffset() - hclass->GetInlinedProperties(), value); in SetProperty()
1022 uint32_t inlinedProperties = GetInlinedProperties(); in GetNextInlinedPropsIndex()1032 uint32_t inlinedProperties = GetInlinedProperties(); in GetNextNonInlinedPropsIndex()1056 ASSERT(index < GetInlinedProperties()); in GetInlinedPropertiesOffset()1062 ASSERT(index < GetInlinedProperties()); in GetInlinedPropertiesIndex()1080 inline uint32_t GetInlinedProperties() const in GetInlinedProperties() function
153 uint32_t numInlinedProps = withoutInlinedProperties ? 0 : jshclass->GetInlinedProperties(); in Clone()309 ASSERT(newJshclass->GetInlinedProperties() == 0); in TransitionToDictionary()
332 entry -= jshclass->GetInlinedProperties(); in LookupPropertyInlinedProps()682 attr.GetOffset() - obj->GetJSHClass()->GetInlinedProperties(); in AddPropertyInternal()
311 for (uint32_t i = 0; i < klass->GetInlinedProperties(); i++) { in CloneObjectLiteral()333 for (uint32_t i = 0; i < klass->GetInlinedProperties(); i++) { in CloneArrayLiteral()390 for (uint32_t i = 0; i < klass->GetInlinedProperties(); i++) { in CloneObjectLiteral()440 for (uint32_t i = 0; i < hclass->GetInlinedProperties(); i++) { in CloneClassCtor()470 … JSObject::Cast(NewNonMovableDynObject(jshclass, jshclass->GetInlinedProperties()))); in NewNonMovableJSObject()853 uint32_t inobjPropCount = dynclass->GetInlinedProperties(); in NewDynObject()
360 os << "| InlinedProperties :" << std::dec << jshclass->GetInlinedProperties(); in DumpHClass()936 val = properties->Get(i - jshclass->GetInlinedProperties()); in Dump()2835 val = properties->Get(i - jshclass->GetInlinedProperties()); in DumpForSnapshot()
112 uint32_t numberInlinedProps = jshclass->GetInlinedProperties(); in TransitionToDictionary()
713 : propertiesArr->Get(index - jsHclass->GetInlinedProperties()); in SerializeKeys()740 : propertiesArr->Get(index - jsHclass->GetInlinedProperties()); in SerializeKeys()
293 attr.SetOffset(nonInlinedProps + objHandle->GetJSHClass()->GetInlinedProperties()); in AddPropertyByName()1226 *indexOrEntry -= cls->GetInlinedProperties(); in FindOwnProperty()1296 : array->Get(entry - cls->GetInlinedProperties()); in FindOwnProperty()