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

  /external/v8/src/heap/
mark-compact.h 832 inline MarkBit::CellType* CurrentCell() {
850 inline MarkBit::CellType PeekNext() {
859 MarkBit::CellType* cells_;
882 MarkBit::CellType current_cell_;
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...]
mark-compact.cc     [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYLegendWidget.java 42 private enum CellType {

Completed in 391 milliseconds