Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/cppgc/
H A Dcompactor.h34 void EnableForNextGCForTesting() { enable_for_next_gc_for_testing_ = true; } in EnableForNextGCForTesting() function
/dports/lang/v8/v8-9.6.180.12/src/heap/cppgc/
H A Dcompactor.h37 void EnableForNextGCForTesting();
H A Dtesting.cc54 .EnableForNextGCForTesting(); in ForceCompactionForNextGarbageCollection()
H A Dcompactor.cc517 void Compactor::EnableForNextGCForTesting() { in EnableForNextGCForTesting() function in cppgc::internal::Compactor
/dports/lang/v8/v8-9.6.180.12/test/unittests/heap/cppgc/
H A Dcompactor-unittest.cc72 compactor().EnableForNextGCForTesting(); in StartCompaction()