Searched refs:InsertEntry (Results 1 – 4 of 4) sorted by relevance
59 RawEntry InsertEntry(Address key);142 *reinterpret_cast<V*>(InsertEntry(key.ptr())) = v; in Insert()
173 return {InsertEntry(key), false}; in FindOrInsertEntry()193 IdentityMapBase::RawEntry IdentityMapBase::InsertEntry(Address key) { in InsertEntry() function in v8::internal::IdentityMapBase
8716 void CodeStubAssembler::InsertEntry(TNode<Dictionary> dictionary, in InsertEntry() function in v8::internal::CodeStubAssembler8724 void CodeStubAssembler::InsertEntry<NameDictionary>( in InsertEntry() function in v8::internal::CodeStubAssembler8763 void CodeStubAssembler::InsertEntry<GlobalDictionary>( in InsertEntry() function in v8::internal::CodeStubAssembler8801 InsertEntry<Dictionary>(dictionary, key, value, var_key_index.value(), in Add()
3169 void InsertEntry(TNode<Dictionary> dictionary, TNode<Name> key,