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

  /external/v8/src/
spaces.h 126 typedef uint32_t CellType;
128 inline MarkBit(CellType* cell, CellType mask, bool data_only)
131 inline CellType* cell() { return cell_; }
132 inline CellType mask() { return mask_; }
147 CellType new_mask = mask_ << 1;
156 CellType* cell_;
157 CellType mask_;
191 return sizeof(MarkBit::CellType) * cells_count;
206 INLINE(MarkBit::CellType* cells())
    [all...]
mark-compact.cc     [all...]

Completed in 489 milliseconds