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

  /external/chromium_org/v8/src/heap/
spaces.h 103 typedef uint32_t CellType;
105 inline MarkBit(CellType* cell, CellType mask, bool data_only)
108 inline CellType* cell() { return cell_; }
109 inline CellType mask() { return mask_; }
124 CellType new_mask = mask_ << 1;
133 CellType* cell_;
134 CellType mask_;
165 return sizeof(MarkBit::CellType) * cells_count;
180 INLINE(MarkBit::CellType* cells())
    [all...]
mark-compact.h 912 inline MarkBit::CellType* CurrentCell() {
931 MarkBit::CellType* cells_;
mark-compact.cc     [all...]

Completed in 43 milliseconds