Searched refs:StringTableKey (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
H A D | string-table-inl.h | 16 StringTableKey::StringTableKey(uint32_t raw_hash_field, int length) in StringTableKey() function in v8::internal::StringTableKey 19 void StringTableKey::set_raw_hash_field(uint32_t raw_hash_field) { in set_raw_hash_field() 23 uint32_t StringTableKey::hash() const { in hash()
|
H A D | string-table.h | 20 class StringTableKey { class 22 virtual ~StringTableKey() = default; 23 inline StringTableKey(uint32_t raw_hash_field, int length); 66 template <typename StringTableKey, typename IsolateT> 67 Handle<String> LookupKey(IsolateT* isolate, StringTableKey* key);
|
H A D | string-table.cc | 72 template <typename IsolateT, typename StringTableKey> 73 bool KeyIsMatch(IsolateT* isolate, StringTableKey* key, String string) { in KeyIsMatch() 138 template <typename IsolateT, typename StringTableKey> 139 InternalIndex FindEntry(IsolateT* isolate, StringTableKey* key, 145 template <typename IsolateT, typename StringTableKey> 147 StringTableKey* key, 252 template <typename IsolateT, typename StringTableKey> 254 StringTableKey* key, in FindEntry() 284 template <typename IsolateT, typename StringTableKey> 286 IsolateT* isolate, StringTableKey* ke in FindEntryOrInsertionEntry() [all...] |
H A D | string-inl.h | 359 class SequentialStringKey final : public StringTableKey { 369 : StringTableKey(raw_hash_field, chars.length()), in SequentialStringKey() 404 class SeqSubStringKey final : public StringTableKey { 417 : StringTableKey(0, len), in SeqSubStringKey()
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory-base.h | 209 template <class StringTableKey> 210 Handle<String> InternalizeStringWithKey(StringTableKey* key);
|
H A D | factory-base.cc | 579 template <class StringTableKey> 581 StringTableKey* key) { in InternalizeStringWithKey()
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | deserializer.h | 277 class StringTableInsertionKey final : public StringTableKey {
|
H A D | deserializer.cc | 353 : StringTableKey(ComputeRawHashField(isolate, *string), string->length()), in StringTableInsertionKey() 364 : StringTableKey(ComputeRawHashField(isolate, *string), string->length()), in StringTableInsertionKey()
|
Completed in 11 milliseconds