Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcommon-operator.cc65 case IfExceptionHint::kLocallyCaught: in operator <<()
282 IfExceptionOperator<IfExceptionHint::kLocallyCaught> kIfExceptionCOperator;
505 case IfExceptionHint::kLocallyCaught: in IfException()
Dcommon-operator.h65 enum class IfExceptionHint { kLocallyUncaught, kLocallyCaught }; enumerator
Dinstruction-selector.cc1408 if (hint == IfExceptionHint::kLocallyCaught) { in VisitCall()
Dast-graph-builder.cc4127 ? IfExceptionHint::kLocallyCaught in MakeNode()
/external/v8/test/unittests/compiler/
Dnode-properties-unittest.cc40 const IfExceptionHint kNoHint = IfExceptionHint::kLocallyCaught;
Dcommon-operator-unittest.cc225 IfExceptionHint::kLocallyCaught, IfExceptionHint::kLocallyUncaught}; in TEST_F()
Ddead-code-elimination-unittest.cc127 IfExceptionHint const kHints[] = {IfExceptionHint::kLocallyCaught, in TEST_F()
Dgraph-reducer-unittest.cc286 const IfExceptionHint kNoHint = IfExceptionHint::kLocallyCaught;