Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dmarking.h109 static constexpr size_t CellsForLength(int length) { in CellsForLength() function
113 static constexpr size_t CellsCount() { return CellsForLength(kLength); } in CellsCount()