• Home
  • Raw
  • Download

Lines Matching refs:NumberOfElements

985   if (global_dictionary(kAcquireLoad).NumberOfElements() == 0 &&  in JSGlobalObjectVerify()
1177 uint32_t nof_elements = static_cast<uint32_t>(dict.NumberOfElements()); in JSArrayVerify()
1344 for (int entry = 0; entry < NumberOfElements(); entry++) { in SmallOrderedHashTableVerify()
1351 for (int entry = 0; entry < NumberOfElements(); entry++) { in SmallOrderedHashTableVerify()
1358 for (int entry = NumberOfElements() + NumberOfDeletedElements(); in SmallOrderedHashTableVerify()
1371 for (int entry = NumberOfElements(); entry < NumberOfDeletedElements(); in SmallOrderedHashMapVerify()
1384 for (int entry = NumberOfElements(); entry < NumberOfDeletedElements(); in SmallOrderedHashSetVerify()
1398 for (int entry = NumberOfElements(); entry < NumberOfDeletedElements(); in SmallOrderedNameDictionaryVerify()
1456 CHECK_EQ(seen_present, NumberOfElements()); in SwissNameDictionaryVerify()
1969 info->number_of_slow_used_properties_ += dict.NumberOfElements(); in IncrementSpillStatistics()
1971 dict.Capacity() - dict.NumberOfElements(); in IncrementSpillStatistics()
1974 info->number_of_slow_used_properties_ += dict.NumberOfElements(); in IncrementSpillStatistics()
1976 dict.Capacity() - dict.NumberOfElements(); in IncrementSpillStatistics()
1979 info->number_of_slow_used_properties_ += dict.NumberOfElements(); in IncrementSpillStatistics()
1981 dict.Capacity() - dict.NumberOfElements(); in IncrementSpillStatistics()
2024 info->number_of_slow_used_elements_ += dict.NumberOfElements(); in IncrementSpillStatistics()
2026 dict.Capacity() - dict.NumberOfElements(); in IncrementSpillStatistics()