Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dcompilation-dependencies.cc597 DCHECK(map_.CanBeDeprecated()); in TransitionDependency()
1356 if (target_map.CanBeDeprecated()) { in TransitionDependencyOffTheRecord()
Dheap-refs.h686 bool CanBeDeprecated() const;
Dheap-refs.cc1660 bool MapRef::CanBeDeprecated() const { return object()->CanBeDeprecated(); } in CanBeDeprecated() function in v8::internal::compiler::MapRef
/third_party/node/deps/v8/src/objects/
Dmap.h659 inline bool CanBeDeprecated() const;
Dmap-inl.h646 bool Map::CanBeDeprecated() const { in CanBeDeprecated() function
Dmap.cc578 DCHECK(CanBeDeprecated()); in DeprecateTransitionTree()