Searched refs:ToKey (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/objects/ |
D | hash-table-inl.h | 104 bool HashTable<Derived, Shape>::ToKey(ReadOnlyRoots roots, int entry, in ToKey() function
|
D | hash-table.h | 157 inline bool ToKey(ReadOnlyRoots roots, int entry, Object** out_k);
|
D | module.cc | 807 if (!requested_exports->ToKey(roots, i, &key)) continue; in FetchStarExports() 868 if (!exports->ToKey(roots, i, &key)) continue; in GetModuleNamespace()
|
/external/v8/src/ |
D | objects.cc | 8318 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 …]
|
D | elements.cc | 1510 if (!source_dict->ToKey(roots, i, &key)) continue; in SliceImpl() 1922 if (!dictionary->ToKey(roots, i, &k)) continue; in ValidateContents()
|