Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcompilation-dependencies.cc295 class ProtectorDependency final : public CompilationDependency { class
297 explicit ProtectorDependency(const PropertyCellRef& cell) : cell_(cell) { in ProtectorDependency() function in v8::internal::compiler::ProtectorDependency
461 RecordDependency(zone_->New<ProtectorDependency>(cell)); in DependOnProtector()