Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dcontrol-flow-builders.h185 catch_prediction_(catch_prediction), in TryCatchBuilder()
197 HandlerTable::CatchPrediction catch_prediction_; variable
215 catch_prediction_(catch_prediction), in TryFinallyBuilder()
231 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.cc112 builder()->MarkHandler(handler_id_, catch_prediction_); in EndTry()
146 builder()->MarkHandler(handler_id_, catch_prediction_); in BeginHandler()
Dbytecode-generator.h339 return catch_prediction_; in catch_prediction()
342 catch_prediction_ = value; in set_catch_prediction()
382 HandlerTable::CatchPrediction catch_prediction_; variable
Dhandler-table-builder.h52 HandlerTable::CatchPrediction catch_prediction_; member
Dbytecode-generator.cc915 catch_prediction_(HandlerTable::UNCAUGHT) { in BytecodeGenerator()
/external/v8/src/ast/
Dast.h919 if (catch_prediction_ == HandlerTable::UNCAUGHT) { in GetCatchPrediction()
922 return catch_prediction_; in GetCatchPrediction()
945 return catch_prediction_ != HandlerTable::UNCAUGHT || in ShouldClearPendingException()
957 catch_prediction_(catch_prediction) {} in TryCatchStatement()
961 HandlerTable::CatchPrediction catch_prediction_; variable