Home
last modified time | relevance | path

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

/external/v8/src/common/
Dglobals.h1575 enum class SpeculationMode { kAllowSpeculation, kDisallowSpeculation }; enumerator
1580 case SpeculationMode::kAllowSpeculation:
/external/v8/src/compiler/
Djs-operator.cc841 DCHECK_IMPLIES(speculation_mode == SpeculationMode::kAllowSpeculation, in CallWithSpread()
Djs-operator.h244 DCHECK_IMPLIES(speculation_mode == SpeculationMode::kAllowSpeculation, in CallParameters()
Djs-call-reducer.cc3754 DCHECK_IMPLIES(speculation_mode == SpeculationMode::kAllowSpeculation, in ReduceCallOrConstructWithArrayLikeOrSpread()