Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dmap-inference.cc23 maps_state_ = (result == NodeProperties::kUnreliableMaps) in MapInference()
31 bool MapInference::Safe() const { return maps_state_ != kUnreliableNeedGuard; } in Safe()
35 if (maps_state_ == kUnreliableDontNeedGuard) { in SetNeedGuardIfUnreliable()
36 maps_state_ = kUnreliableNeedGuard; in SetNeedGuardIfUnreliable()
40 void MapInference::SetGuarded() { maps_state_ = kReliableOrGuarded; } in SetGuarded()
Dmap-inference.h91 } maps_state_; variable