Searched defs:cell_index (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dmark-compact.cc1990 int cell_index = Bitmap::IndexToCell( local
1996 cell_index < last_cell_index;
1997 cell_index++, cell_base += 32 * kPointerSize) {
1998 ASSERT((unsigned)cell_index ==
2003 const MarkBit::CellType current_cell = cells[cell_index];
2006 const MarkBit::CellType next_cell = cells[cell_index + 1];
2015 MarkBit markbit(&cells[cell_index], 1 << offset, false);
2920 int cell_index = Bitmap::IndexToCell( local
2927 cell_index < last_cell_index;
2928 cell_index
3084 int cell_index = local
[all...]

Completed in 59 milliseconds