Home
last modified time | relevance | path

Searched refs:CatchPrediction (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dhandler-table.h39 enum CatchPrediction { enum
73 void SetRangeHandler(int index, int offset, CatchPrediction pred);
86 int LookupRange(int pc_offset, int* data, CatchPrediction* prediction);
102 CatchPrediction GetRangePrediction(int index) const;
139 using HandlerPredictionField = base::BitField<CatchPrediction, 0, 3>;
Dhandler-table.cc96 HandlerTable::CatchPrediction HandlerTable::GetRangePrediction( in GetRangePrediction()
131 CatchPrediction prediction) { in SetRangeHandler()
173 CatchPrediction* prediction_out) { in LookupRange()
186 CatchPrediction prediction = GetRangePrediction(i); in LookupRange()
248 CatchPrediction prediction = GetRangePrediction(i); in HandlerTableRangePrint()
/third_party/node/deps/v8/src/interpreter/
Dcontrol-flow-builders.h207 HandlerTable::CatchPrediction catch_prediction) in TryCatchBuilder()
222 HandlerTable::CatchPrediction catch_prediction_;
235 HandlerTable::CatchPrediction catch_prediction) in TryFinallyBuilder()
254 HandlerTable::CatchPrediction catch_prediction_;
Dhandler-table-builder.h46 void SetPrediction(int handler_id, HandlerTable::CatchPrediction prediction);
56 HandlerTable::CatchPrediction catch_prediction_;
Dhandler-table-builder.cc26 HandlerTable::CatchPrediction pred = entry.catch_prediction_; in ToHandlerTable()
66 int handler_id, HandlerTable::CatchPrediction prediction) { in SetPrediction()
Dbytecode-generator.h393 HandlerTable::CatchPrediction catch_prediction,
398 HandlerTable::CatchPrediction catch_prediction,
492 inline HandlerTable::CatchPrediction catch_prediction() const { in catch_prediction()
495 inline void set_catch_prediction(HandlerTable::CatchPrediction value) { in set_catch_prediction()
549 HandlerTable::CatchPrediction catch_prediction_;
Dbytecode-array-builder.h420 HandlerTable::CatchPrediction will_catch);
Dbytecode-array-builder.cc1126 int handler_id, HandlerTable::CatchPrediction catch_prediction) { in MarkHandler()
Dbytecode-generator.cc2138 HandlerTable::CatchPrediction catch_prediction, in BuildTryCatch()
2170 HandlerTable::CatchPrediction catch_prediction, in BuildTryFinally()
2465 HandlerTable::CatchPrediction outer_catch_prediction = catch_prediction(); in VisitTryCatchStatement()
/third_party/node/deps/v8/src/runtime/
Druntime-generator.cc147 HandlerTable::CatchPrediction catch_prediction = HandlerTable::ASYNC_AWAIT; in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/execution/
Dframes.h566 int* data, HandlerTable::CatchPrediction* prediction);
824 int* data, HandlerTable::CatchPrediction* prediction) override;
851 int* data, HandlerTable::CatchPrediction* prediction) override;
Dframes.cc1383 int* stack_depth, HandlerTable::CatchPrediction* prediction) { in LookupExceptionHandlerInTable()
1838 int* data, HandlerTable::CatchPrediction* prediction) { in LookupExceptionHandlerInTable()
1950 int* context_register, HandlerTable::CatchPrediction* prediction) { in LookupExceptionHandlerInTable()
Disolate.cc2163 HandlerTable::CatchPrediction PredictException(JavaScriptFrame* frame) { in ThrowInternal()
2164 HandlerTable::CatchPrediction prediction; in ThrowInternal()
2197 Isolate::CatchType ToCatchType(HandlerTable::CatchPrediction prediction) { in ThrowInternal()
2728 HandlerTable::CatchPrediction catch_prediction; in ThrowInternal()
/third_party/node/deps/v8/src/ast/
Dast.h791 inline HandlerTable::CatchPrediction GetCatchPrediction( in GetCatchPrediction()
792 HandlerTable::CatchPrediction outer_catch_prediction) const { in GetCatchPrediction()
822 HandlerTable::CatchPrediction outer_catch_prediction) const { in ShouldClearPendingException()
841 HandlerTable::CatchPrediction catch_prediction, int pos) in TryCatchStatement()
849 HandlerTable::CatchPrediction catch_prediction_;
/third_party/node/deps/v8/src/objects/
Dcode.h589 inline HandlerTable::CatchPrediction GetBuiltinCatchPrediction();
Dcode-inl.h701 inline HandlerTable::CatchPrediction Code::GetBuiltinCatchPrediction() { in GetBuiltinCatchPrediction()
/third_party/node/deps/v8/src/debug/
Ddebug.cc1146 HandlerTable::CatchPrediction prediction; in PrepareStepOnThrow()