Searched refs:StableMapDependency (Results 1 – 1 of 1) sorted by relevance
85 class StableMapDependency final : public CompilationDependencies::Dependency { class87 explicit StableMapDependency(const MapRef& map) : map_(map) { in StableMapDependency() function in v8::internal::compiler::StableMapDependency308 dependencies_.push_front(new (zone_) StableMapDependency(map)); in DependOnStableMap()