Home
last modified time | relevance | path

Searched refs:ToKey (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/objects/
Dhash-table-inl.h104 bool HashTable<Derived, Shape>::ToKey(ReadOnlyRoots roots, int entry, in ToKey() function
Dhash-table.h157 inline bool ToKey(ReadOnlyRoots roots, int entry, Object** out_k);
Dmodule.cc807 if (!requested_exports->ToKey(roots, i, &key)) continue; in FetchStarExports()
868 if (!exports->ToKey(roots, i, &key)) continue; in GetModuleNamespace()
/external/v8/src/
Dobjects.cc8318 if (!dict->ToKey(roots, i, &key)) continue; in TestDictionaryPropertiesIntegrityLevel()
8622 if (!dictionary->ToKey(roots, i, &k)) continue; in ApplyAttributesToDictionary()
16075 if (!dictionary->ToKey(roots, i, &k)) continue; in Print()
17892 if (!this->ToKey(roots, i, &k)) continue; in HasComplexElements()
17940 if (this->ToKey(roots, i, &k)) { in CopyValuesTo()
17954 if (!this->ToKey(roots, i, &k)) continue; in NumberOfEnumerableProperties()
17987 if (!dictionary->ToKey(roots, i, &key)) continue; in CopyEnumKeysTo()
18038 if (!raw_dictionary->ToKey(roots, i, &k)) continue; in IterationIndices()
18070 if (!raw_dictionary->ToKey(roots, i, &k)) continue; in CollectKeysTo()
18123 if (!dictionary->ToKey(roots, i, &k)) continue; in SlowReverseLookup()
[all …]
Delements.cc1510 if (!source_dict->ToKey(roots, i, &key)) continue; in SliceImpl()
1922 if (!dictionary->ToKey(roots, i, &k)) continue; in ValidateContents()