Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dconcurrent-marking.h64 WeakObjects* weak_objects);
Dconcurrent-marking.cc80 WeakObjects* weak_objects, int task_id) in ConcurrentMarkingVisitor() argument
83 weak_objects_(weak_objects), in ConcurrentMarkingVisitor()
544 WeakObjects* weak_objects) in ConcurrentMarking() argument
549 weak_objects_(weak_objects) { in ConcurrentMarking()
Dincremental-marking.h91 WeakObjects* weak_objects);
Dincremental-marking.cc59 WeakObjects* weak_objects) in IncrementalMarking() argument
62 weak_objects_(weak_objects), in IncrementalMarking()
Dmark-compact.h647 WeakObjects* weak_objects() { return &weak_objects_; } in weak_objects() function
Dheap.cc4711 mark_compact_collector_->weak_objects()); in SetUp()
4718 marking_worklist->on_hold(), mark_compact_collector_->weak_objects()); in SetUp()