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

  /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...]
mark-compact.cc     [all...]
mark-compact.h 979 inline MarkBit::CellType* CurrentCell() {
998 MarkBit::CellType* cells_;
  /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 56 milliseconds