Searched refs:GetNextNonInlinedPropsIndex (Results 1 – 4 of 4) sorted by relevance
946 int32_t nonin_idx = obj->GetJSHClass()->GetNextNonInlinedPropsIndex(); in HWTEST_F_L0()1028 int32_t nonin_idx = obj->GetJSHClass()->GetNextNonInlinedPropsIndex(); in HWTEST_F_L0()
160 EXPECT_EQ(cloneClass->GetNextNonInlinedPropsIndex(), 0); // 0 : 0 mean index in HWTEST_F_L0()
636 …t nonInlinedProps = static_cast<uint32_t>(objHandle->GetJSHClass()->GetNextNonInlinedPropsIndex()); in AddPropertyByName()
1695 inline int32_t GetNextNonInlinedPropsIndex() const in GetNextNonInlinedPropsIndex() function