Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dtail-call-optimization-unittest.cc67 common()->IfException(IfExceptionHint::kLocallyUncaught), call, call); in TEST_F()
139 common()->IfException(IfExceptionHint::kLocallyUncaught), call, call); in TEST_F()
Dcommon-operator-unittest.cc225 IfExceptionHint::kLocallyCaught, IfExceptionHint::kLocallyUncaught}; in TEST_F()
Ddead-code-elimination-unittest.cc128 IfExceptionHint::kLocallyUncaught}; in TEST_F()
Dloop-peeling-unittest.cc484 common()->IfException(IfExceptionHint::kLocallyUncaught), call, call); in TEST_F()
Dscheduler-unittest.cc1057 common()->IfException(IfExceptionHint::kLocallyUncaught), c1, c1); in TARGET_TEST_F()
1061 common()->IfException(IfExceptionHint::kLocallyUncaught), c2, c2); in TARGET_TEST_F()
/external/v8/src/compiler/
Dcommon-operator.cc67 case IfExceptionHint::kLocallyUncaught: in operator <<()
283 IfExceptionOperator<IfExceptionHint::kLocallyUncaught> kIfExceptionUOperator;
507 case IfExceptionHint::kLocallyUncaught: in IfException()
Dcommon-operator.h65 enum class IfExceptionHint { kLocallyUncaught, kLocallyCaught }; enumerator
Dast-graph-builder.cc4128 : IfExceptionHint::kLocallyUncaught; in MakeNode()