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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_addrhashmap.h 83 Cell *cell_; member in class:__sanitizer::AddrHashMap::Handle
136 return &cell_->val;
146 return cell_ != 0;
163 h->cell_ = 0;
178 h->cell_ = c;
192 h->cell_ = c;
208 h->cell_ = c;
225 h->cell_ = c;
247 h->cell_ = c;
280 h->cell_ = c
    [all...]
  /external/v8/src/heap/
spaces.h 106 : cell_(cell), mask_(mask), data_only_(data_only) {}
108 inline CellType* cell() { return cell_; }
113 return cell_ == other.cell_ && mask_ == other.mask_;
117 inline void Set() { *cell_ |= mask_; }
118 inline bool Get() { return (*cell_ & mask_) != 0; }
119 inline void Clear() { *cell_ &= ~mask_; }
126 return MarkBit(cell_ + 1, 1, data_only_);
128 return MarkBit(cell_, new_mask, data_only_);
133 CellType* cell_; member in class:v8::internal::MarkBit
    [all...]
  /external/v8/src/
ast.h 1835 Handle<Cell> cell_; member in class:v8::internal::FINAL
    [all...]
hydrogen-instructions.h 5462 Unique<Cell> cell_; member in class:v8::FINAL::FINAL
5857 Unique<PropertyCell> cell_; member in class:v8::FINAL::FINAL
    [all...]

Completed in 108 milliseconds