HomeSort by relevance Sort by last modified time
    Searched refs:catch_prediction_ (Results 1 - 6 of 6) sorted by null

  /external/v8/src/interpreter/
control-flow-builders.h 151 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
handler-table-builder.h 51 HandlerTable::CatchPrediction catch_prediction_; member in struct:v8::internal::interpreter::BASE_EMBEDDED::Entry
handler-table-builder.cc 25 HandlerTable::CatchPrediction pred = entry.catch_prediction_;
62 entries_[handler_id].catch_prediction_ = prediction;
control-flow-builders.cc 107 builder()->MarkHandler(handler_id_, catch_prediction_);
131 builder()->MarkHandler(handler_id_, catch_prediction_);
  /external/v8/src/ast/
ast-numbering.cc 28 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_);
ast.h 1082 return catch_prediction_;
1085 catch_prediction_ = prediction;
1091 catch_prediction_(HandlerTable::UNCAUGHT),
1094 HandlerTable::CatchPrediction catch_prediction_; member in class:v8::internal::TryStatement
    [all...]

Completed in 65 milliseconds