HomeSort by relevance Sort by last modified time
    Searched refs:CellsCount (Results 1 - 3 of 3) sorted by null

  /external/v8/test/unittests/heap/
bitmap-unittest.cc 59 TEST_F(BitmapTest, CellsCount) {
60 int last_cell_index = bitmap()->CellsCount() - 1;
  /external/v8/src/heap/
spaces-inl.h 24 for (int i = 0; i < bitmap->CellsCount(); i++) bitmap->cells()[i] = 0;
spaces.h 162 int CellsCount() { return CellsForLength(kLength); }
252 for (int i = 0; i < CellsCount(); i++) {
260 for (int i = 0; i < CellsCount(); i++) {
    [all...]

Completed in 49 milliseconds