Searched refs:catch_prediction (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/runtime/ |
D | runtime-generator.cc | 147 HandlerTable::CatchPrediction catch_prediction = HandlerTable::ASYNC_AWAIT; in RUNTIME_FUNCTION() local 148 handler_table.LookupRange(pc, nullptr, &catch_prediction); in RUNTIME_FUNCTION() 149 return isolate->heap()->ToBoolean(catch_prediction == HandlerTable::CAUGHT); in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/interpreter/ |
D | control-flow-builders.h | 207 HandlerTable::CatchPrediction catch_prediction) in TryCatchBuilder() argument 210 catch_prediction_(catch_prediction), in TryCatchBuilder() 235 HandlerTable::CatchPrediction catch_prediction) in TryFinallyBuilder() argument 238 catch_prediction_(catch_prediction), in TryFinallyBuilder()
|
D | bytecode-generator.h | 393 HandlerTable::CatchPrediction catch_prediction, 398 HandlerTable::CatchPrediction catch_prediction, 492 inline HandlerTable::CatchPrediction catch_prediction() const { in catch_prediction() function
|
D | bytecode-generator.cc | 2138 HandlerTable::CatchPrediction catch_prediction, in BuildTryCatch() argument 2145 stmt_for_coverage, catch_prediction); in BuildTryCatch() 2170 HandlerTable::CatchPrediction catch_prediction, in BuildTryFinally() argument 2179 stmt_for_coverage, catch_prediction); in BuildTryFinally() 2465 HandlerTable::CatchPrediction outer_catch_prediction = catch_prediction(); in VisitTryCatchStatement() 2497 catch_prediction(), stmt); in VisitTryCatchStatement() 2506 catch_prediction(), stmt); in VisitTryFinallyStatement() 4690 .LoadBoolean(catch_prediction() != HandlerTable::ASYNC_AWAIT) in VisitYield() 4957 .LoadBoolean(catch_prediction() != HandlerTable::ASYNC_AWAIT) in VisitYieldStar() 5004 DCHECK(catch_prediction() != HandlerTable::UNCAUGHT || in BuildAwait() [all …]
|
D | bytecode-array-builder.cc | 1126 int handler_id, HandlerTable::CatchPrediction catch_prediction) { in MarkHandler() argument 1132 handler_table_builder()->SetPrediction(handler_id, catch_prediction); in MarkHandler()
|
/third_party/node/deps/v8/src/execution/ |
D | isolate.cc | 2728 HandlerTable::CatchPrediction catch_prediction; in ThrowInternal() local 2730 catch_prediction = PredictException(JavaScriptFrame::cast(frame)); in ThrowInternal() 2737 catch_prediction = code.GetBuiltinCatchPrediction(); in ThrowInternal() 2742 switch (catch_prediction) { in ThrowInternal()
|
/third_party/node/deps/v8/src/ast/ |
D | ast.h | 841 HandlerTable::CatchPrediction catch_prediction, int pos) in TryCatchStatement() argument 845 catch_prediction_(catch_prediction) {} in TryCatchStatement()
|