Home
last modified time | relevance | path

Searched refs:ClearForTesting (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dcompaction-worklists.cc11 void CompactionWorklists::ClearForTesting() { movable_slots_worklist_.Clear(); } in ClearForTesting() function in cppgc::internal::CompactionWorklists
Dmarking-worklists.cc13 void MarkingWorklists::ClearForTesting() { in ClearForTesting() function in cppgc::internal::MarkingWorklists
Dcompaction-worklists.h31 void ClearForTesting();
Dmarking-worklists.h120 void ClearForTesting();
Dmarker.cc630 marking_worklists_.ClearForTesting(); in ClearAllWorklistsForTesting()
632 if (compaction_worklists) compaction_worklists->ClearForTesting(); in ClearAllWorklistsForTesting()