Searched refs:ProtectorDependency (Results 1 – 1 of 1) sorted by relevance
209 class ProtectorDependency final : public CompilationDependencies::Dependency { class211 explicit ProtectorDependency(const PropertyCellRef& cell) : cell_(cell) { in ProtectorDependency() function in v8::internal::compiler::ProtectorDependency347 dependencies_.push_front(new (zone_) ProtectorDependency(cell)); in DependOnProtector()