Searched defs:if_exception (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/builtins/
H A Dbuiltins-async-iterator.cc29 Label* if_exception,
34 Label* if_exception)>
47 // is thrown at any point, jumps to te `if_exception` label with exception
56 Label* if_exception,
63 Node* const context, Node* const object, Label* if_exception,
84 Goto(if_exception);
158 Label* if_exception, Variable* var_exception) {
188 GotoIfException(value, if_exception, var_exception);
194 GotoIfException(done, if_exception, var_exception);
204 // to the `if_exception` pat
62 ThrowIfNotAsyncFromSyncIterator( Node* const context, Node* const object, Label* if_exception, Variable* var_exception, const char* method_name) argument
156 LoadIteratorResult( Node* const context, Node* const native_context, Node* const iter_result, Label* if_exception, Variable* var_exception) argument
[all...]
/external/v8/src/compiler/
H A Djs-inlining-heuristic.cc230 Node* if_exception = nullptr; local
234 if_exception = edge.from();
238 if (if_exception != nullptr) {
239 // Morph the {if_exception} projection into a join.
253 ReplaceWithValue(if_exception, exception_value, exception_effect,
H A Draw-machine-assembler.cc89 RawMachineLabel* if_exception) {
92 schedule()->AddCall(CurrentBlock(), call, Use(if_success), Use(if_exception));
88 Continuations(Node* call, RawMachineLabel* if_success, RawMachineLabel* if_exception) argument
H A Dcode-assembler.cc481 void CodeAssembler::GotoIfException(Node* node, Label* if_exception, argument
496 Goto(if_exception);
H A Djs-typed-lowering.cc451 Node* if_exception = projections[1]; local
472 Node* exception_merge = if_exception;
H A Dwasm-compiler.cc413 Node** if_exception) {
419 *if_exception =
412 ThrowsException(Node* node, Node** if_success, Node** if_exception) argument
/external/v8/src/wasm/
H A Dfunction-body-decoder.cc1730 TFNode* if_exception = nullptr; local
1731 if (!builder_->ThrowsException(node, &if_success, &if_exception)) {
1739 exception_env->control = if_exception;
1745 try_info->exception = if_exception;
1750 try_info->exception, if_exception);

Completed in 2145 milliseconds