Home
last modified time | relevance | path

Searched refs:cell_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
H A Dmarking.h19 inline MarkBit(CellType* cell, CellType mask) : cell_(cell), mask_(mask) {} in MarkBit()
23 return cell_ == other.cell_ && mask_ == other.mask_; in operator ==()
31 return MarkBit(cell_ + 1, 1); in Next()
33 return MarkBit(cell_, new_mask); in Next()
50 CellType* cell_; member in v8::internal::MarkBit
60 CellType old_value = *cell_; in Set()
62 *cell_ = old_value | mask_; in Set()
68 return base::AsAtomic32::SetBits(cell_, mask_, mask_); in Set()
73 return (*cell_ in Get()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dcompilation-dependencies.cc800 cell_(cell), in GlobalPropertyDependency()
803 DCHECK_EQ(type_, cell_.property_details().cell_type()); in GlobalPropertyDependency()
804 DCHECK_EQ(read_only_, cell_.property_details().IsReadOnly()); in GlobalPropertyDependency()
808 Handle<PropertyCell> cell = cell_.object();
811 if (cell->value() == *(cell_.isolate()->factory()->the_hole_value())) {
819 deps->Register(cell_.object(), DependentCode::kPropertyCellChangedGroup);
825 return base::hash_combine(h(cell_), static_cast<int>(type_), read_only_);
830 return cell_.equals(zat->cell_) && type_ == zat->type_ &&
834 const PropertyCellRef cell_; member in v8::internal::compiler::__anon14333::final
864 const PropertyCellRef cell_; global() member in v8::internal::compiler::__anon14333::final
[all...]

Completed in 4 milliseconds