Searched refs:kAllowSpeculation (Results 1 – 4 of 4) sorted by relevance
1673 enum class SpeculationMode { kAllowSpeculation, kDisallowSpeculation }; enumerator1679 case SpeculationMode::kAllowSpeculation:
901 DCHECK_IMPLIES(speculation_mode == SpeculationMode::kAllowSpeculation, in CallWithSpread()
249 DCHECK_IMPLIES(speculation_mode == SpeculationMode::kAllowSpeculation, in CallParameters()
4191 DCHECK_IMPLIES(speculation_mode == SpeculationMode::kAllowSpeculation, in ReduceCallOrConstructWithArrayLikeOrSpread()4209 if (speculation_mode != SpeculationMode::kAllowSpeculation) return NoChange(); in ReduceCallOrConstructWithArrayLikeOrSpread()