Searched refs:NumberOfProps (Results 1 – 12 of 12) sorted by relevance
45 uint32_t last = cachedHClass->NumberOfProps() - 1; in AddTransitions()77 uint32_t last = cachedHClass->NumberOfProps() - 1; in AddProtoTransitions()101 int last = static_cast<int>(cachedHClass->NumberOfProps()) - 1; in FindTransitions()234 SetNumberOfProps(jshclass->NumberOfProps()); in Copy()241 uint32_t propsNumber = hclass->NumberOfProps(); in FindPropertyEntry()
31 return objLayout->FindElementWithCache(thread, obj, key, obj->NumberOfProps()); in GetElementByKey()58 int index = objLayout->FindElementWithCache(thread, obj, key, obj->NumberOfProps()); in IsLegalElement()
38 uint32_t propsNumber = phcPoint->NumberOfProps(); in CreateTuple()
1555 ASSERT(NumberOfProps() < PropertyAttributes::MAX_CAPACITY_OF_PROPERTIES); in IncNumberOfProps()1556 SetNumberOfProps(NumberOfProps() + 1); in IncNumberOfProps()1559 inline uint32_t NumberOfProps() const in NumberOfProps() function1568 uint32_t numberOfProps = NumberOfProps(); in GetNextInlinedPropsIndex()1578 uint32_t numberOfProps = NumberOfProps(); in GetNextNonInlinedPropsIndex()
150 uint32_t propNumber = jshclass->NumberOfProps(); in TransitionToDictionary()322 int end = static_cast<int>(obj->GetJSHClass()->NumberOfProps()); in GetAllKeys()346 uint32_t numberOfProps = obj->GetJSHClass()->NumberOfProps(); in GetAllKeysByFilter()370 int end = static_cast<int>(obj->GetJSHClass()->NumberOfProps()); in GetAllKeys()401 int end = static_cast<int>(jsHclass->NumberOfProps()); in GetAllEnumKeys()425 int end = static_cast<int>(jsHclass->NumberOfProps()); in GetAllEnumKeys()593 return GetJSHClass()->NumberOfProps(); in GetNumberOfKeys()1864 uint32_t propsNumber = hclass->NumberOfProps(); in ToPropertyDescriptorFast()
152 uint32_t propNumber = phcHandle->NumberOfProps(); in GenVTable()
801 int element = static_cast<int>(hclass->NumberOfProps()); in DumpForProfile()
589 os << "| NumberOfProps :" << std::dec << jshclass->NumberOfProps(); in DumpHClass()1448 int propNumber = static_cast<int>(jshclass->NumberOfProps()); in Dump()3602 int propNumber = static_cast<int>(jshclass->NumberOfProps()); in Dump()4378 int propNumber = static_cast<int>(jshclass->NumberOfProps()); in DumpForSnapshot()
145 EXPECT_TRUE(objectClass->NumberOfProps() == cloneClass->NumberOfProps()); in HWTEST_F_L0()156 EXPECT_TRUE(objectClass->NumberOfProps() == cloneClass->NumberOfProps()); in HWTEST_F_L0()380 EXPECT_EQ(obj0Class->NumberOfProps(), 0U); in HWTEST_F_L0()398 EXPECT_EQ(newClass->NumberOfProps(), 0U); in HWTEST_F_L0()
109 for (uint32_t index = 0; index < hclass->NumberOfProps(); ++index) { in AnalyzeProperties()
225 uint32_t propsNumber = hclass->NumberOfProps(); in ITERATE_INTL()
763 int end = static_cast<int>(jsHclass->NumberOfProps()); in SerializeKeys()