Home
last modified time | relevance | path

Searched refs:DeleteEntry (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/utils/
Didentity-map.h60 bool DeleteEntry(Address key, uintptr_t* deleted_value);
150 bool deleted_something = DeleteEntry(key.ptr(), &v); in Delete()
Didentity-map.cc226 bool IdentityMapBase::DeleteEntry(Address key, uintptr_t* deleted_value) { in DeleteEntry() function in v8::internal::IdentityMapBase
/third_party/node/deps/v8/src/objects/
Dordered-hash-table.h788 static Handle<OrderedNameDictionary> DeleteEntry(
850 static Handle<HeapObject> DeleteEntry(Isolate* isolate,
898 V8_EXPORT_PRIVATE static Handle<SmallOrderedNameDictionary> DeleteEntry(
Dordered-hash-table.cc496 Handle<OrderedNameDictionary> OrderedNameDictionary::DeleteEntry( in DeleteEntry() function in v8::internal::OrderedNameDictionary
900 Handle<SmallOrderedNameDictionary> SmallOrderedNameDictionary::DeleteEntry( in DeleteEntry() function in v8::internal::SmallOrderedNameDictionary
1423 Handle<HeapObject> OrderedNameDictionaryHandler::DeleteEntry( in DeleteEntry() function in v8::internal::OrderedNameDictionaryHandler
1429 return SmallOrderedNameDictionary::DeleteEntry(isolate, small_dict, entry); in DeleteEntry()
1434 return OrderedNameDictionary::DeleteEntry(isolate, large_dict, in DeleteEntry()
Dswiss-name-dictionary.h85 static Handle<SwissNameDictionary> DeleteEntry(
Dswiss-name-dictionary.cc15 Handle<SwissNameDictionary> SwissNameDictionary::DeleteEntry( in DeleteEntry() function in v8::internal::SwissNameDictionary
Ddictionary.h58 V8_WARN_UNUSED_RESULT static Handle<Derived> DeleteEntry( in EXPORT_TEMPLATE_DECLARE()
Djs-objects.cc898 GlobalDictionary::DeleteEntry(isolate, dictionary, entry); in DeleteNormalizedProperty()
908 dictionary = SwissNameDictionary::DeleteEntry(isolate, dictionary, entry); in DeleteNormalizedProperty()
913 dictionary = NameDictionary::DeleteEntry(isolate, dictionary, entry); in DeleteNormalizedProperty()
Delements.cc1479 dict = NumberDictionary::DeleteEntry(obj->GetIsolate(), dict, entry); in DeleteImpl()
4728 NumberDictionary::DeleteEntry(isolate, dict, entry.adjust_down(length)); in SloppyDeleteImpl()
Dobjects.cc6068 Handle<Derived> Dictionary<Derived, Shape>::DeleteEntry( in DeleteEntry() function in v8::internal::Dictionary
/third_party/node/deps/v8/src/api/
Dapi-natives.cc374 cache = SimpleNumberDictionary::DeleteEntry(isolate, cache, entry); in UncacheTemplateInstantiation()
/third_party/node/deps/v8/src/runtime/
Druntime-object.cc1596 return *SwissNameDictionary::DeleteEntry(isolate, table, index); in RUNTIME_FUNCTION()