Searched refs:kLocallyUncaught (Results 1 – 8 of 8) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | tail-call-optimization-unittest.cc | 67 common()->IfException(IfExceptionHint::kLocallyUncaught), call, call); in TEST_F() 139 common()->IfException(IfExceptionHint::kLocallyUncaught), call, call); in TEST_F()
|
D | common-operator-unittest.cc | 225 IfExceptionHint::kLocallyCaught, IfExceptionHint::kLocallyUncaught}; in TEST_F()
|
D | dead-code-elimination-unittest.cc | 128 IfExceptionHint::kLocallyUncaught}; in TEST_F()
|
D | loop-peeling-unittest.cc | 484 common()->IfException(IfExceptionHint::kLocallyUncaught), call, call); in TEST_F()
|
D | scheduler-unittest.cc | 1057 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/ |
D | common-operator.cc | 67 case IfExceptionHint::kLocallyUncaught: in operator <<() 283 IfExceptionOperator<IfExceptionHint::kLocallyUncaught> kIfExceptionUOperator; 507 case IfExceptionHint::kLocallyUncaught: in IfException()
|
D | common-operator.h | 65 enum class IfExceptionHint { kLocallyUncaught, kLocallyCaught }; enumerator
|
D | ast-graph-builder.cc | 4128 : IfExceptionHint::kLocallyUncaught; in MakeNode()
|