Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dreference-summarizer.cc29 local_marking_worklists_(&marking_worklists_), in ReferenceSummarizerMarkingState()
36 local_marking_worklists_.Publish(); in ~ReferenceSummarizerMarkingState()
75 return &local_marking_worklists_; in local_marking_worklists()
94 MarkingWorklists::Local local_marking_worklists_; member in v8::internal::__anonf0b742ff0111::ReferenceSummarizerMarkingState
Dmarking-visitor-inl.h31 local_marking_worklists_->Push(object); in MarkObject()
241 local_marking_worklists_->Push(object); in VisitFixedArrayWithProgressBar()
281 local_marking_worklists_->SupportsExtractWrapper(); in VisitEmbedderTracingSubClassWithEmbedderTracing()
285 local_marking_worklists_->ExtractWrapper(map, object, wrapper_snapshot); in VisitEmbedderTracingSubClassWithEmbedderTracing()
290 local_marking_worklists_->PushExtractedWrapper(wrapper_snapshot); in VisitEmbedderTracingSubClassWithEmbedderTracing()
294 local_marking_worklists_->PushWrapper(object); in VisitEmbedderTracingSubClassWithEmbedderTracing()
Dmarking-visitor.h150 local_marking_worklists_(local_marking_worklists), in MarkingVisitorBase()
279 MarkingWorklists::Local* const local_marking_worklists_; variable
Dmark-compact.h557 return local_marking_worklists_.get(); in local_marking_worklists()
801 std::unique_ptr<MarkingWorklists::Local> local_marking_worklists_; variable
Dconcurrent-marking.cc170 local_marking_worklists_->Push(value); in ProcessEphemeron()
Dmark-compact.cc598 local_marking_worklists_ = std::make_unique<MarkingWorklists::Local>( in StartMarking()
1058 local_marking_worklists_.reset(); in Finish()