Searched refs:CatchPrediction (Results 1 – 17 of 17) sorted by relevance
/third_party/node/deps/v8/src/codegen/ |
D | handler-table.h | 39 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>;
|
D | handler-table.cc | 96 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/ |
D | control-flow-builders.h | 207 HandlerTable::CatchPrediction catch_prediction) in TryCatchBuilder() 222 HandlerTable::CatchPrediction catch_prediction_; 235 HandlerTable::CatchPrediction catch_prediction) in TryFinallyBuilder() 254 HandlerTable::CatchPrediction catch_prediction_;
|
D | handler-table-builder.h | 46 void SetPrediction(int handler_id, HandlerTable::CatchPrediction prediction); 56 HandlerTable::CatchPrediction catch_prediction_;
|
D | handler-table-builder.cc | 26 HandlerTable::CatchPrediction pred = entry.catch_prediction_; in ToHandlerTable() 66 int handler_id, HandlerTable::CatchPrediction prediction) { in SetPrediction()
|
D | bytecode-generator.h | 393 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_;
|
D | bytecode-array-builder.h | 420 HandlerTable::CatchPrediction will_catch);
|
D | bytecode-array-builder.cc | 1126 int handler_id, HandlerTable::CatchPrediction catch_prediction) { in MarkHandler()
|
D | bytecode-generator.cc | 2138 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/ |
D | runtime-generator.cc | 147 HandlerTable::CatchPrediction catch_prediction = HandlerTable::ASYNC_AWAIT; in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/execution/ |
D | frames.h | 566 int* data, HandlerTable::CatchPrediction* prediction); 824 int* data, HandlerTable::CatchPrediction* prediction) override; 851 int* data, HandlerTable::CatchPrediction* prediction) override;
|
D | frames.cc | 1383 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()
|
D | isolate.cc | 2163 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/ |
D | ast.h | 791 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/ |
D | code.h | 589 inline HandlerTable::CatchPrediction GetBuiltinCatchPrediction();
|
D | code-inl.h | 701 inline HandlerTable::CatchPrediction Code::GetBuiltinCatchPrediction() { in GetBuiltinCatchPrediction()
|
/third_party/node/deps/v8/src/debug/ |
D | debug.cc | 1146 HandlerTable::CatchPrediction prediction; in PrepareStepOnThrow()
|