Searched defs:gc_notify_updated_slot (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
H A D | feedback-cell-inl.h | 34 reset_feedback_vector( base::Optional<std::function<void(HeapObject object, ObjectSlot slot, HeapObject target)>> gc_notify_updated_slot) reset_feedback_vector() argument
|
H A D | js-weak-refs-inl.h | 67 RemoveUnregisterToken( HeapObject unregister_token, Isolate* isolate, RemoveUnregisterTokenMode removal_mode, GCNotifyUpdatedSlotCallback gc_notify_updated_slot) RemoveUnregisterToken() argument 166 Nullify(Isolate* isolate, GCNotifyUpdatedSlotCallback gc_notify_updated_slot) Nullify() argument [all...] |
H A D | js-function-inl.h | 265 ResetIfCodeFlushed( base::Optional<std::function<void(HeapObject object, ObjectSlot slot, HeapObject target)>> gc_notify_updated_slot) ResetIfCodeFlushed() argument
|
H A D | shared-function-info.cc | 330 DiscardCompiledMetadata( Isolate* isolate, std::function<void(HeapObject object, ObjectSlot slot, HeapObject target)> gc_notify_updated_slot) DiscardCompiledMetadata() argument
|
H A D | shared-function-info-inl.h | 848 InitAfterBytecodeFlush( String inferred_name, int start_position, int end_position, std::function<void(HeapObject object, ObjectSlot slot, HeapObject target)> gc_notify_updated_slot) InitAfterBytecodeFlush() argument
|
/third_party/node/deps/v8/src/heap/ |
H A D | mark-compact.cc | 2744 auto gc_notify_updated_slot = [](HeapObject object, ObjectSlot slot, in ClearFlushedJsFunctions() local 2758 auto gc_notify_updated_slot = [](HeapObject object, ObjectSlot slot, in ProcessFlushedBaselineCandidates() local 3022 auto gc_notify_updated_slot = [](HeapObject object, ObjectSlot slot, in ClearJSWeakRefs() local 3041 weak_cell.Nullify(isolate(), gc_notify_updated_slot); in ClearJSWeakRefs() local
|
H A D | heap.cc | 6853 EnqueueDirtyJSFinalizationRegistry( JSFinalizationRegistry finalization_registry, std::function<void(HeapObject object, ObjectSlot slot, Object target)> gc_notify_updated_slot) EnqueueDirtyJSFinalizationRegistry() argument
|
Completed in 24 milliseconds