Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dnode-properties.cc390 return kUnreliableMaps; in InferMapsUnsafe()
424 result = kUnreliableMaps; // JSCreate can have side-effect. in InferMapsUnsafe()
453 result = kUnreliableMaps; in InferMapsUnsafe()
482 result = kUnreliableMaps; in InferMapsUnsafe()
494 result = kUnreliableMaps; in InferMapsUnsafe()
Dmap-inference.cc23 maps_state_ = (result == NodeProperties::kUnreliableMaps) in MapInference()
Dnode-properties.h220 kUnreliableMaps // Maps might have changed (side-effect). enumerator
Djs-native-context-specialization.cc531 if (result == NodeProperties::kUnreliableMaps && !map.is_stable()) { in InferHasInPrototypeChain()
573 WhereToStart start = result == NodeProperties::kUnreliableMaps in InferHasInPrototypeChain()
3406 } else if (result == NodeProperties::kUnreliableMaps) { in InferMaps()