Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dtyping.cc198 bool complex_effects = false; // True for label effects or fall-through. in VisitSwitchStatement() local
219 if (!clause_effects.IsEmpty()) complex_effects = true; in VisitSwitchStatement()
228 complex_effects = true; in VisitSwitchStatement()
232 if (complex_effects) { in VisitSwitchStatement()