Home | History | Annotate | Download | only in src

Lines Matching refs:dict

1205     StringDictionary* dict = property_dictionary();
1206 info->number_of_slow_used_properties_ += dict->NumberOfElements();
1208 dict->Capacity() - dict->NumberOfElements();
1231 NumberDictionary* dict = element_dictionary();
1232 info->number_of_slow_used_elements_ += dict->NumberOfElements();
1234 dict->Capacity() - dict->NumberOfElements();