/third_party/node/deps/v8/src/utils/ |
D | identity-map.h | 60 bool DeleteEntry(Address key, uintptr_t* deleted_value); 150 bool deleted_something = DeleteEntry(key.ptr(), &v); in Delete()
|
D | identity-map.cc | 226 bool IdentityMapBase::DeleteEntry(Address key, uintptr_t* deleted_value) { in DeleteEntry() function in v8::internal::IdentityMapBase
|
/third_party/node/deps/v8/src/objects/ |
D | ordered-hash-table.h | 788 static Handle<OrderedNameDictionary> DeleteEntry( 850 static Handle<HeapObject> DeleteEntry(Isolate* isolate, 898 V8_EXPORT_PRIVATE static Handle<SmallOrderedNameDictionary> DeleteEntry(
|
D | ordered-hash-table.cc | 496 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()
|
D | swiss-name-dictionary.h | 85 static Handle<SwissNameDictionary> DeleteEntry(
|
D | swiss-name-dictionary.cc | 15 Handle<SwissNameDictionary> SwissNameDictionary::DeleteEntry( in DeleteEntry() function in v8::internal::SwissNameDictionary
|
D | dictionary.h | 58 V8_WARN_UNUSED_RESULT static Handle<Derived> DeleteEntry( in EXPORT_TEMPLATE_DECLARE()
|
D | js-objects.cc | 898 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()
|
D | elements.cc | 1479 dict = NumberDictionary::DeleteEntry(obj->GetIsolate(), dict, entry); in DeleteImpl() 4728 NumberDictionary::DeleteEntry(isolate, dict, entry.adjust_down(length)); in SloppyDeleteImpl()
|
D | objects.cc | 6068 Handle<Derived> Dictionary<Derived, Shape>::DeleteEntry( in DeleteEntry() function in v8::internal::Dictionary
|
/third_party/node/deps/v8/src/api/ |
D | api-natives.cc | 374 cache = SimpleNumberDictionary::DeleteEntry(isolate, cache, entry); in UncacheTemplateInstantiation()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-object.cc | 1596 return *SwissNameDictionary::DeleteEntry(isolate, table, index); in RUNTIME_FUNCTION()
|