Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/common/
Dglobals.h1673 enum class SpeculationMode { kAllowSpeculation, kDisallowSpeculation }; enumerator
1679 case SpeculationMode::kAllowSpeculation:
/third_party/node/deps/v8/src/compiler/
Djs-operator.cc901 DCHECK_IMPLIES(speculation_mode == SpeculationMode::kAllowSpeculation, in CallWithSpread()
Djs-operator.h249 DCHECK_IMPLIES(speculation_mode == SpeculationMode::kAllowSpeculation, in CallParameters()
Djs-call-reducer.cc4191 DCHECK_IMPLIES(speculation_mode == SpeculationMode::kAllowSpeculation, in ReduceCallOrConstructWithArrayLikeOrSpread()
4209 if (speculation_mode != SpeculationMode::kAllowSpeculation) return NoChange(); in ReduceCallOrConstructWithArrayLikeOrSpread()