Home
last modified time | relevance | path

Searched refs:weak_objects (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dweak-object-worklists.cc21 WeakObjects::Local::Local(WeakObjects* weak_objects) in Local() argument
23 #define INIT_LOCAL_WORKLIST(_, name, __) , name##_local(&weak_objects->name) in Local()
Dconcurrent-marking.h62 WeakObjects* weak_objects);
Dweak-object-worklists.h74 explicit Local(WeakObjects* weak_objects);
Dincremental-marking.h86 IncrementalMarking(Heap* heap, WeakObjects* weak_objects);
Dconcurrent-marking.cc443 WeakObjects* weak_objects) in ConcurrentMarking() argument
446 weak_objects_(weak_objects) { in ConcurrentMarking()
Dincremental-marking.cc54 IncrementalMarking::IncrementalMarking(Heap* heap, WeakObjects* weak_objects) in IncrementalMarking() argument
57 weak_objects_(weak_objects), in IncrementalMarking()
Dmark-compact.h560 WeakObjects* weak_objects() { return &weak_objects_; } in weak_objects() function
Dmark-compact.cc514 weak_objects()->Clear(); in TearDown()
602 local_weak_objects_ = std::make_unique<WeakObjects::Local>(weak_objects()); in StartMarking()
Dheap.cc5745 new IncrementalMarking(this, mark_compact_collector_->weak_objects())); in SetUp()
5750 mark_compact_collector_->weak_objects())); in SetUp()