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

/external/v8/src/interpreter/
H A Dcontrol-flow-builders.h151 catch_prediction_(catch_prediction) {}
159 HandlerTable::CatchPrediction catch_prediction_; member in class:v8::internal::interpreter::final
172 catch_prediction_(catch_prediction),
184 HandlerTable::CatchPrediction catch_prediction_; member in class:v8::internal::interpreter::final
H A Dhandler-table-builder.h51 HandlerTable::CatchPrediction catch_prediction_; member in struct:v8::internal::interpreter::BASE_EMBEDDED::Entry
H A Dhandler-table-builder.cc25 HandlerTable::CatchPrediction pred = entry.catch_prediction_;
62 entries_[handler_id].catch_prediction_ = prediction;
H A Dcontrol-flow-builders.cc107 builder()->MarkHandler(handler_id_, catch_prediction_);
131 builder()->MarkHandler(handler_id_, catch_prediction_);
/external/v8/src/ast/
H A Dast-numbering.cc28 catch_prediction_(HandlerTable::UNCAUGHT) {
103 HandlerTable::CatchPrediction catch_prediction_; member in class:v8::internal::final
327 catch_prediction_ == HandlerTable::ASYNC_AWAIT) {
368 const HandlerTable::CatchPrediction old_prediction = catch_prediction_;
373 catch_prediction_ = catch_prediction;
375 node->set_catch_prediction(catch_prediction_);
377 catch_prediction_ = old_prediction;
388 node->set_catch_prediction(catch_prediction_);
H A Dast.h1082 return catch_prediction_;
1085 catch_prediction_ = prediction;
1091 catch_prediction_(HandlerTable::UNCAUGHT),
1094 HandlerTable::CatchPrediction catch_prediction_; member in class:v8::internal::TryStatement
1119 return catch_prediction_ != HandlerTable::UNCAUGHT;
1132 catch_prediction_ = catch_prediction;

Completed in 175 milliseconds