Home
last modified time | relevance | path

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

/external/v8/test/unittests/heap/
Dbitmap-unittest.cc59 TEST_F(BitmapTest, CellsCount) { in TEST_F() argument
60 int last_cell_index = bitmap()->CellsCount() - 1; in TEST_F()
/external/v8/src/heap/
Dspaces-inl.h24 for (int i = 0; i < bitmap->CellsCount(); i++) bitmap->cells()[i] = 0; in Clear()
Dspaces.h162 int CellsCount() { return CellsForLength(kLength); } in CellsCount() function
252 for (int i = 0; i < CellsCount(); i++) { in Print()
260 for (int i = 0; i < CellsCount(); i++) { in IsClean()