Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/heap/
Dspaces-inl.h23 for (int i = 0; i < bitmap->CellsCount(); i++) bitmap->cells()[i] = 0; in Clear()
Dspaces.h162 int CellsCount() { return CellsForLength(kLength); } in CellsCount() function
248 for (int i = 0; i < CellsCount(); i++) { in Print()
256 for (int i = 0; i < CellsCount(); i++) { in IsClean()