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

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYLegendWidget.java 42 private enum CellType {
  /external/v8/src/heap/
spaces.h 109 typedef uint32_t CellType;
111 inline MarkBit(CellType* cell, CellType mask) : cell_(cell), mask_(mask) {}
120 inline CellType* cell() { return cell_; }
121 inline CellType mask() { return mask_; }
124 CellType new_mask = mask_ << 1;
136 CellType* cell_;
137 CellType mask_;
165 return sizeof(MarkBit::CellType) * cells_count;
184 INLINE(MarkBit::CellType* cells())
    [all...]

Completed in 353 milliseconds