Home
last modified time | relevance | path

Searched refs:InsertEntry (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/utils/
Didentity-map.h59 RawEntry InsertEntry(Address key);
142 *reinterpret_cast<V*>(InsertEntry(key.ptr())) = v; in Insert()
Didentity-map.cc173 return {InsertEntry(key), false}; in FindOrInsertEntry()
193 IdentityMapBase::RawEntry IdentityMapBase::InsertEntry(Address key) { in InsertEntry() function in v8::internal::IdentityMapBase
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc8716 void CodeStubAssembler::InsertEntry(TNode<Dictionary> dictionary, in InsertEntry() function in v8::internal::CodeStubAssembler
8724 void CodeStubAssembler::InsertEntry<NameDictionary>( in InsertEntry() function in v8::internal::CodeStubAssembler
8763 void CodeStubAssembler::InsertEntry<GlobalDictionary>( in InsertEntry() function in v8::internal::CodeStubAssembler
8801 InsertEntry<Dictionary>(dictionary, key, value, var_key_index.value(), in Add()
Dcode-stub-assembler.h3169 void InsertEntry(TNode<Dictionary> dictionary, TNode<Name> key,