Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dcompilation-dependencies.cc593 class TransitionDependency final : public CompilationDependency { class
595 explicit TransitionDependency(const MapRef& map) in TransitionDependency() function in v8::internal::compiler::__anonfeb74f180211::TransitionDependency
614 const TransitionDependency* const zat = that->AsTransition(); in Equals()
1357 return zone_->New<TransitionDependency>(target_map); in TransitionDependencyOffTheRecord()