Home
last modified time | relevance | path

Searched refs:if_exception (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-async-iterator.cc29 Label* if_exception,
34 Label* if_exception)>
56 Label* if_exception,
63 Node* const context, Node* const object, Label* if_exception, in ThrowIfNotAsyncFromSyncIterator() argument
84 Goto(if_exception); in ThrowIfNotAsyncFromSyncIterator()
158 Label* if_exception, Variable* var_exception) { in LoadIteratorResult() argument
188 GotoIfException(value, if_exception, var_exception); in LoadIteratorResult()
194 GotoIfException(done, if_exception, var_exception); in LoadIteratorResult()
208 Goto(if_exception); in LoadIteratorResult()
276 Node* const promise, Label* if_exception) { in TF_BUILTIN() argument
[all …]
/external/v8/src/compiler/
Djs-inlining-heuristic.cc230 Node* if_exception = nullptr; in InlineCandidate() local
234 if_exception = edge.from(); in InlineCandidate()
238 if (if_exception != nullptr) { in InlineCandidate()
253 ReplaceWithValue(if_exception, exception_value, exception_effect, in InlineCandidate()
Draw-machine-assembler.cc89 RawMachineLabel* if_exception) { in Continuations() argument
92 schedule()->AddCall(CurrentBlock(), call, Use(if_success), Use(if_exception)); in Continuations()
Dcode-assembler.cc481 void CodeAssembler::GotoIfException(Node* node, Label* if_exception, in GotoIfException() argument
496 Goto(if_exception); in GotoIfException()
Dwasm-compiler.h160 bool ThrowsException(Node* node, Node** if_success, Node** if_exception);
Dcode-assembler.h386 void GotoIfException(Node* node, Label* if_exception,
Draw-machine-assembler.h778 RawMachineLabel* if_exception);
Djs-typed-lowering.cc451 Node* if_exception = projections[1]; in ConvertBothInputsToNumber() local
472 Node* exception_merge = if_exception; in ConvertBothInputsToNumber()
Dwasm-compiler.cc413 Node** if_exception) { in ThrowsException() argument
419 *if_exception = in ThrowsException()
/external/v8/src/wasm/
Dfunction-body-decoder.cc1730 TFNode* if_exception = nullptr; in CheckForException() local
1731 if (!builder_->ThrowsException(node, &if_success, &if_exception)) { in CheckForException()
1739 exception_env->control = if_exception; in CheckForException()
1745 try_info->exception = if_exception; in CheckForException()
1750 try_info->exception, if_exception); in CheckForException()