Searched refs:KeyAt (Results 1 – 6 of 6) sorted by relevance
4092 if (dict->IsKey(dict->KeyAt(i))) { in AddKeysFromJSArray()6713 Object* key = dictionary->KeyAt(i); in SetFastElementsCapacityAndLength()7991 Object* k = HashTable<Shape, Key>::KeyAt(i); in Print()8015 Object* k = Dictionary<Shape, Key>::KeyAt(i); in CopyValuesTo()8885 Object* element = KeyAt(entry); in FindInsertionEntry()9002 Object* k = dict->KeyAt(i); in PrepareSlowElementsForSort()9428 String* result = String::cast(KeyAt(entry)); in LookupSymbolIfExists()9444 String* result = String::cast(KeyAt(entry)); in LookupTwoCharsSymbolIfExists()9476 *s = KeyAt(entry); in LookupKey()9710 if (Dictionary<Shape, Key>::IsKey(Dictionary<Shape, Key>::KeyAt(i))) { in GenerateNewEnumerationIndices()[all …]
1955 Object* k = dictionary->KeyAt(i); in ExtractPropertyReferences()1990 Object* k = dictionary->KeyAt(i); in ExtractElementReferences()
1993 Object* raw_key(properties->KeyAt(i)); in TransferNamedProperties()
204 Object* k = element_dictionary->KeyAt(i); in DeepCopyBoilerplate()8496 Handle<Object> key(dictionary->KeyAt(i)); in EstimateElementCount()8585 Handle<Object> k(dict->KeyAt(j)); in CollectElementIndices()
1826 Object* element = KeyAt(entry); in FindEntry()
2298 Object* KeyAt(int entry) { return get(EntryToIndex(entry)); } in KeyAt() function