Lines Matching refs:dict
1173 NumberDictionary dict = NumberDictionary::cast(elements());
1177 uint32_t nof_elements = static_cast<uint32_t>(dict.NumberOfElements());
1967 GlobalDictionary dict =
1969 info->number_of_slow_used_properties_ += dict.NumberOfElements();
1971 dict.Capacity() - dict.NumberOfElements();
1973 SwissNameDictionary dict = property_dictionary_swiss();
1974 info->number_of_slow_used_properties_ += dict.NumberOfElements();
1976 dict.Capacity() - dict.NumberOfElements();
1978 NameDictionary dict = property_dictionary();
1979 info->number_of_slow_used_properties_ += dict.NumberOfElements();
1981 dict.Capacity() - dict.NumberOfElements();
2023 NumberDictionary dict = element_dictionary();
2024 info->number_of_slow_used_elements_ += dict.NumberOfElements();
2026 dict.Capacity() - dict.NumberOfElements();