Home
last modified time | relevance | path

Searched refs:is_stable (Results 1 - 19 of 19) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dmap-inference.cc135 auto is_stable = [](const MapRef& map) { return map.is_stable(); }; in RelyOnMapsHelper()
137 std::all_of(maps_.cbegin(), maps_.cend(), is_stable)) { in RelyOnMapsHelper()
H A Dproperty-access-builder.cc90 if (object_map.is_stable()) { in BuildCheckMaps()
308 if (field_map->is_stable()) { in BuildLoadDataField()
H A Dheap-refs.cc1102 if (!prototype_map.IsJSObjectMap() || !prototype_map.is_stable() || in HasOnlyStablePrototypesWithFastElements()
1655 bool MapRef::is_stable() const { in is_stable() function in v8::internal::compiler::MapRef
1656 IF_ACCESS_FROM_HEAP_C(is_stable); in is_stable()
H A Djs-native-context-specialization.cc373 if (function_map.is_stable()) { in ReduceJSGetSuperConstructor()
531 if (result == NodeProperties::kUnreliableMaps && !map.is_stable()) { in InferHasInPrototypeChain()
549 if (!map.is_stable() || map.is_dictionary_map()) { in InferHasInPrototypeChain()
570 if (!prototype.map().is_stable()) return kMayBeInPrototypeChain; in InferHasInPrototypeChain()
811 !property_cell_value.AsHeapObject().map().is_stable()) { in ReduceGlobalAccess()
893 if (property_cell_value_map.is_stable()) { in ReduceGlobalAccess()
3410 if (!map.is_stable()) return false; in InferMaps()
H A Dnode-properties.cc386 if (ref.map().is_stable()) { in InferMapsUnsafe()
H A Dheap-refs.h681 bool is_stable() const;
H A Dcompilation-dependencies.cc273 return !map_.object()->is_dictionary_map() && map_.object()->is_stable();
1079 if (!map.is_stable()) { in DependOnFieldConstness()
H A Dtyped-optimization.cc115 if (object_map.is_stable()) return object_map; in GetStableMapFromObjectType()
H A Djs-heap-broker.cc823 if (!map.is_stable()) { in ProcessFeedbackMapsForElementAccess()
/third_party/rust/crates/proc-macro-error/
H A Dbuild.rs7 || !version_check::Channel::read().unwrap().is_stable() in main()
/third_party/node/deps/v8/src/objects/
H A Dfield-type.cc53 return !this->IsClass() || AsClass().is_stable(); in NowStable()
H A Dmap-inl.h642 bool Map::is_stable() const { in is_stable() function in v8::internal::Map
659 if (is_stable()) { in NotifyLeafMapLayoutChange()
H A Dmap.h643 inline bool is_stable() const;
H A Djs-objects.cc3328 DCHECK(!old_map->is_stable()); in MigrateToMap()
3329 DCHECK(new_map->is_stable()); in MigrateToMap()
H A Dobjects.cc213 if (map->is_stable() && map->IsJSReceiverMap()) { in OptimalType()
6611 return HeapObject::cast(cell.value()).map() == map && map.is_stable(); in RemainsConstantType()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc504 CHECK(!parent.is_stable()); in MapVerify()
559 CHECK_IMPLIES(is_deprecated(), !is_stable()); in MapVerify()
H A Dobjects-printer.cc2585 if (is_stable()) os << "\n - stable_map"; in MapPrint()
/third_party/node/deps/v8/src/heap/
H A Dobject-stats.cc874 } else if (map.is_stable()) { in RecordVirtualMapDetails()
/third_party/node/deps/v8/src/ic/
H A Dic.cc1425 if (receiver_map->is_stable()) { in LoadElementPolymorphicHandlers()
2420 if (receiver_map->is_stable()) { in StoreElementPolymorphicHandlers()

Completed in 79 milliseconds