Home
last modified time | relevance | path

Searched refs:CompactSpacesIfEnabled (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dcompactor.h31 CompactableSpaceHandling CompactSpacesIfEnabled();
Dcompactor.cc491 Compactor::CompactableSpaceHandling Compactor::CompactSpacesIfEnabled() { in CompactSpacesIfEnabled() function in cppgc::internal::Compactor
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc663 compactable_space_handling = compactor_.CompactSpacesIfEnabled(); in TraceEpilogue()