Home
last modified time | relevance | path

Searched refs:catch_prediction_ (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/interpreter/
Dcontrol-flow-builders.h148 catch_prediction_(catch_prediction) {} in TryCatchBuilder()
156 HandlerTable::CatchPrediction catch_prediction_; variable
169 catch_prediction_(catch_prediction), in TryFinallyBuilder()
181 HandlerTable::CatchPrediction catch_prediction_; variable
Dhandler-table-builder.cc25 HandlerTable::CatchPrediction pred = entry.catch_prediction_; in ToHandlerTable()
62 entries_[handler_id].catch_prediction_ = prediction; in SetPrediction()
Dcontrol-flow-builders.cc104 builder()->MarkHandler(handler_id_, catch_prediction_); in EndTry()
128 builder()->MarkHandler(handler_id_, catch_prediction_); in BeginHandler()
Dhandler-table-builder.h50 HandlerTable::CatchPrediction catch_prediction_; member
/external/v8/src/ast/
Dast-numbering.cc23 catch_prediction_(HandlerTable::UNCAUGHT) { in AstNumberingVisitor()
78 HandlerTable::CatchPrediction catch_prediction_; member in v8::internal::AstNumberingVisitor
277 catch_prediction_ == HandlerTable::ASYNC_AWAIT) { in VisitCallRuntime()
318 const HandlerTable::CatchPrediction old_prediction = catch_prediction_; in VisitTryCatchStatement()
323 catch_prediction_ = catch_prediction; in VisitTryCatchStatement()
325 node->set_catch_prediction(catch_prediction_); in VisitTryCatchStatement()
327 catch_prediction_ = old_prediction; in VisitTryCatchStatement()
338 node->set_catch_prediction(catch_prediction_); in VisitTryFinallyStatement()
Dast.h1101 return catch_prediction_; in catch_prediction()
1104 catch_prediction_ = prediction; in set_catch_prediction()
1110 catch_prediction_(HandlerTable::UNCAUGHT), in TryStatement()
1113 HandlerTable::CatchPrediction catch_prediction_; variable
1138 return catch_prediction_ != HandlerTable::UNCAUGHT; in clear_pending_message()
1151 catch_prediction_ = catch_prediction; in TryCatchStatement()