Home
last modified time | relevance | path

Searched refs:ProtectorDependency (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dcompilation-dependencies.cc209 class ProtectorDependency final : public CompilationDependencies::Dependency { class
211 explicit ProtectorDependency(const PropertyCellRef& cell) : cell_(cell) { in ProtectorDependency() function in v8::internal::compiler::ProtectorDependency
347 dependencies_.push_front(new (zone_) ProtectorDependency(cell)); in DependOnProtector()