Home
last modified time | relevance | path

Searched defs:is_compactable (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dheap-space.cc18 bool is_compactable) in BaseSpace()
45 bool is_compactable) in NormalPageSpace()
Dheap-space.h52 bool is_compactable() const { return is_compactable_; } in is_compactable() function