Lines Matching refs:cell_
263 : cell_(cell), type_(type), read_only_(read_only) { in GlobalPropertyDependency()
264 DCHECK_EQ(type_, cell_.property_details().cell_type()); in GlobalPropertyDependency()
265 DCHECK_EQ(read_only_, cell_.property_details().IsReadOnly()); in GlobalPropertyDependency()
269 Handle<PropertyCell> cell = cell_.object(); in IsValid()
272 if (cell->value() == *(cell_.isolate()->factory()->the_hole_value())) { in IsValid()
285 DependentCode::InstallDependency(cell_.isolate(), code, cell_.object(), in Install()
290 PropertyCellRef cell_; member in v8::internal::compiler::GlobalPropertyDependency
297 explicit ProtectorDependency(const PropertyCellRef& cell) : cell_(cell) { in ProtectorDependency()
298 DCHECK_EQ(cell_.value().AsSmi(), Protectors::kProtectorValid); in ProtectorDependency()
302 Handle<PropertyCell> cell = cell_.object(); in IsValid()
308 DependentCode::InstallDependency(cell_.isolate(), code, cell_.object(), in Install()
313 PropertyCellRef cell_; member in v8::internal::compiler::ProtectorDependency