Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmarking.h67 int CellsCount() { return CellsForLength(kLength); } in CellsCount() function
106 for (int i = 0; i < CellsCount(); i++) cells()[i] = 0; in Clear()
253 for (int i = 0; i < CellsCount(); i++) { in Print()
261 for (int i = 0; i < CellsCount(); i++) { in IsClean()