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

/external/v8/src/
H A Dspaces.h126 typedef uint32_t CellType; typedef in class:v8::internal::MarkBit
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* cell
[all...]

Completed in 32 milliseconds