HomeSort by relevance Sort by last modified time
    Searched defs: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...]
  /external/chromium_org/v8/src/
spaces.h 124 typedef uint32_t CellType;
126 inline MarkBit(CellType* cell, CellType mask, bool data_only)
129 inline CellType* cell() { return cell_; }
130 inline CellType mask() { return mask_; }
145 CellType new_mask = mask_ << 1;
154 CellType* cell_;
155 CellType mask_;
189 return sizeof(MarkBit::CellType) * cells_count;
204 INLINE(MarkBit::CellType* cells())
    [all...]

Completed in 45 milliseconds