HomeSort by relevance Sort by last modified time
    Searched refs:cell_ (Results 1 - 9 of 9) 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/chromium_org/net/disk_cache/blockfile/
index_table_v3.cc 266 return GetCellLocation(cell_) != 0;
288 return static_cast<EntryState>(GetCellState(cell_));
292 return static_cast<EntryGroup>(GetCellGroup(cell_));
296 return GetCellReuse(cell_);
300 return GetCellTimestamp(cell_);
304 SetCellState(&cell_, state);
308 SetCellGroup(&cell_, group);
312 SetCellReuse(&cell_, count);
316 SetCellTimestamp(&cell_, timestamp);
339 cell_.Clear()
    [all...]
index_table_v3.h 89 void Clear() { cell_.Clear(); }
96 // rest come from cell_.
103 IndexCell cell_; member in class:disk_cache::EntryCell
  /external/chromium_org/content/browser/geolocation/
location_arbitrator_impl_unittest.cc 71 cell_(NULL),
89 return new MockLocationProvider(&cell_);
98 // observer registered (and |cell_| when there's at least one observer of any
100 MockLocationProvider* cell_; member in class:content::__anon11796::TestingLocationArbitrator
141 return arbitrator_->cell_;
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_item_controller.h 47 // | +-- cell_ (instance of DownloadItemCell)
76 IBOutlet DownloadItemCell* cell_; member in namespace:NSViewController
  /external/chromium_org/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/chromium_org/v8/src/
ast.cc 593 cell_ = Handle<Cell>::null();
595 cell_ = it->GetPropertyCell();
596 if (cell_->value()->IsJSFunction()) {
597 Handle<JSFunction> candidate(JSFunction::cast(cell_->value()));
    [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...]
ast.h 1835 Handle<Cell> cell_; member in class:v8::internal::FINAL
    [all...]

Completed in 299 milliseconds