Lines Matching refs:IsExit
1589 if (lowering.IsExit()) return; in VisitStaInArrayLiteral()
1618 if (lowering.IsExit()) return; in VisitDefineKeyedOwnPropertyInLiteral()
1965 if (lowering.IsExit()) return; in VisitGetNamedProperty()
1991 if (lowering.IsExit()) return; in VisitGetNamedPropertyFromSuper()
2015 if (lowering.IsExit()) return; in VisitGetKeyedProperty()
2055 if (lowering.IsExit()) return; in BuildNamedStore()
2091 if (lowering.IsExit()) return; in VisitSetKeyedProperty()
2126 if (lowering.IsExit()) return; in VisitDefineKeyedOwnProperty()
2404 if (lowering.IsExit()) return; in BuildCall()
2562 if (lowering.IsExit()) return; in VisitCallWithSpread()
2697 if (lowering.IsExit()) return; in VisitConstruct()
2730 if (lowering.IsExit()) return; in VisitConstructWithSpread()
2872 if (lowering.IsExit()) return; in BuildUnaryOp()
2897 if (lowering.IsExit()) return; in BuildBinaryOp()
3067 if (lowering.IsExit()) return; in BuildBinaryOpWithImmediate()
3206 if (lowering.IsExit()) return; in BuildCompareOp()
3576 if (lowering.IsExit()) return; in VisitForInPrepare()
3616 if (lowering.IsExit()) return; in VisitForInNext()
3648 if (lowering.IsExit()) return; in VisitGetIterator()
4184 if (reduction.IsExit()) { in ApplyEarlyReduction()