Home
last modified time | relevance | path

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

/external/v8/test/unittests/heap/
Dbitmap-unittest.cc59 TEST_F(BitmapTest, CellsCount) { in TEST_F() argument
/external/v8/src/heap/
Dspaces.h162 int CellsCount() { return CellsForLength(kLength); } in CellsCount() function