HomeSort by relevance Sort by last modified time
    Searched full:cell_index_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/v8/src/
mark-compact.h 969 cell_index_ = Bitmap::IndexToCell(
975 inline bool Done() { return cell_index_ == last_cell_index_; }
977 inline bool HasNext() { return cell_index_ < last_cell_index_ - 1; }
980 ASSERT(cell_index_ == Bitmap::IndexToCell(Bitmap::CellAlignIndex(
982 return &cells_[cell_index_];
986 ASSERT(cell_index_ == Bitmap::IndexToCell(Bitmap::CellAlignIndex(
992 cell_index_++;
1000 unsigned int cell_index_; member in class:v8::internal::BASE_EMBEDDED

Completed in 48 milliseconds