Searched refs:if_exception (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-async-iterator.cc | 29 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/ |
D | js-inlining-heuristic.cc | 230 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()
|
D | raw-machine-assembler.cc | 89 RawMachineLabel* if_exception) { in Continuations() argument 92 schedule()->AddCall(CurrentBlock(), call, Use(if_success), Use(if_exception)); in Continuations()
|
D | code-assembler.cc | 481 void CodeAssembler::GotoIfException(Node* node, Label* if_exception, in GotoIfException() argument 496 Goto(if_exception); in GotoIfException()
|
D | code-assembler.h | 386 void GotoIfException(Node* node, Label* if_exception,
|
D | wasm-compiler.h | 160 bool ThrowsException(Node* node, Node** if_success, Node** if_exception);
|
D | raw-machine-assembler.h | 778 RawMachineLabel* if_exception);
|
D | js-typed-lowering.cc | 451 Node* if_exception = projections[1]; in ConvertBothInputsToNumber() local 472 Node* exception_merge = if_exception; in ConvertBothInputsToNumber()
|
D | wasm-compiler.cc | 413 Node** if_exception) { in ThrowsException() argument 419 *if_exception = in ThrowsException()
|
/external/v8/src/wasm/ |
D | function-body-decoder.cc | 1730 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()
|