Searched refs:KeyAt (Results 1 – 9 of 9) sorted by relevance
1025 Object* key = dict->KeyAt(i); in SetLengthWithoutNormalize()1043 Object* key = dict->KeyAt(i); in SetLengthWithoutNormalize()1170 Object* key = dict->KeyAt(index); in GetKeyForIndexImpl()
9927 Object* key = dictionary->KeyAt(i); in ShouldConvertToFastDoubleElements()9954 Object* k = HashTable<Shape, Key>::KeyAt(i); in Print()9978 Object* k = Dictionary<Shape, Key>::KeyAt(i); in CopyValuesTo()11048 Object* element = KeyAt(entry); in FindInsertionEntry()11199 Object* k = dict->KeyAt(i); in PrepareSlowElementsForSort()11691 String* result = String::cast(KeyAt(entry)); in LookupSymbolIfExists()11707 String* result = String::cast(KeyAt(entry)); in LookupTwoCharsSymbolIfExists()11749 *s = KeyAt(entry); in LookupKey()11989 if (Dictionary<Shape, Key>::IsKey(Dictionary<Shape, Key>::KeyAt(i))) { in GenerateNewEnumerationIndices()12008 if (Dictionary<Shape, Key>::IsKey(Dictionary<Shape, Key>::KeyAt(i))) { in GenerateNewEnumerationIndices()[all …]
436 Object* k = stubs->KeyAt(i); in PatchIncrementalMarkingRecordWriteStubs()
2152 Object* k = dictionary->KeyAt(i); in ExtractPropertyReferences()2187 Object* k = dictionary->KeyAt(i); in ExtractElementReferences()
2594 if (MarkCompactCollector::IsMarked(HeapObject::cast(table->KeyAt(i)))) { in ProcessWeakMaps()2615 if (!MarkCompactCollector::IsMarked(HeapObject::cast(table->KeyAt(i)))) { in ClearWeakMaps()
2219 Object* raw_key(properties->KeyAt(i)); in TransferNamedProperties()
243 Object* k = element_dictionary->KeyAt(i); in DeepCopyBoilerplate()9442 Handle<Object> key(dictionary->KeyAt(i)); in EstimateElementCount()9547 Handle<Object> k(dict->KeyAt(j)); in CollectElementIndices()
2082 Object* element = KeyAt(entry); in FindEntry()
2763 Object* KeyAt(int entry) { return get(EntryToIndex(entry)); } in KeyAt() function