Home
last modified time | relevance | path

Searched refs:FindInsertionEntry (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dhash-table-inl.h185 InternalIndex HashTable<Derived, Shape>::FindInsertionEntry(IsolateT* isolate, in FindInsertionEntry() function in v8::internal::HashTable
187 return FindInsertionEntry(isolate, ReadOnlyRoots(isolate), hash); in FindInsertionEntry()
326 InternalIndex entry = table->FindInsertionEntry(isolate, key->hash()); in Add()
H A Dcompilation-cache-table.cc306 InternalIndex entry = cache->FindInsertionEntry(isolate, key.Hash()); in PutScript()
343 InternalIndex entry = cache->FindInsertionEntry(isolate, key.Hash()); in PutEval()
357 InternalIndex entry = cache->FindInsertionEntry(isolate, key.Hash()); in PutRegExp()
H A Dstring-table.cc142 InternalIndex FindInsertionEntry(PtrComprCageBase cage_base,
243 new_data->FindInsertionEntry(cage_base, hash); in Resize()
270 InternalIndex StringTable::Data::FindInsertionEntry(PtrComprCageBase cage_base, in FindInsertionEntry() function in v8::internal::StringTable::Data
H A Dhash-table.h228 InternalIndex FindInsertionEntry(PtrComprCageBase cage_base,
231 InternalIndex FindInsertionEntry(IsolateT* isolate, uint32_t hash);
H A Dobjects.cc5754 EntryToIndex(new_table.FindInsertionEntry(cage_base, roots, hash)); in Rehash()
5932 InternalIndex HashTable<Derived, Shape>::FindInsertionEntry( in FindInsertionEntry() function in v8::HashTable
5982 InternalIndex entry = stringset->FindInsertionEntry(isolate, hash); in Add()
6001 InternalIndex entry = table->FindInsertionEntry(isolate, hash); in Add()
6014 InternalIndex entry = set->FindInsertionEntry(isolate, hash); in Add()
6141 InternalIndex entry = dictionary->FindInsertionEntry(isolate, roots, hash); in Add()
6409 table->AddEntry(table->FindInsertionEntry(isolate, hash), *key, *value); in Put()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc8699 void CodeStubAssembler::FindInsertionEntry(TNode<Dictionary> dictionary,
8706 void CodeStubAssembler::FindInsertionEntry<NameDictionary>(
8800 FindInsertionEntry<Dictionary>(dictionary, key, &var_key_index);
H A Dcode-stub-assembler.h3165 void FindInsertionEntry(TNode<Dictionary> dictionary, TNode<Name> key,

Completed in 38 milliseconds