Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcompilation-dependencies.cc643 if (target_map.CanBeDeprecated()) { in TransitionDependencyOffTheRecord()
Dheap-refs.h600 bool CanBeDeprecated() const;
Djs-heap-broker.cc1293 ? object->CanBeDeprecated() in MapData()
3677 bool MapRef::CanBeDeprecated() const { in CanBeDeprecated() function in v8::internal::compiler::MapRef
3678 IF_ACCESS_FROM_HEAP_C(CanBeDeprecated); in CanBeDeprecated()
/external/v8/src/objects/
Dmap.h679 inline bool CanBeDeprecated() const;
Dmap-inl.h565 bool Map::CanBeDeprecated() const { in CanBeDeprecated() function
Dmap.cc606 DCHECK(CanBeDeprecated()); in DeprecateTransitionTree()