/external/v8/src/builtins/ |
D | builtins-iterator-gen.cc | 22 Label* if_exception, in GetIterator() argument 25 return GetIterator(context, object, method, if_exception, exception); in GetIterator() 31 Label* if_exception, in GetIterator() argument 33 GotoIfException(method, if_exception, exception); in GetIterator() 43 GotoIfException(ret, if_exception, exception); in GetIterator() 51 GotoIfException(iterator, if_exception, exception); in GetIterator() 60 GotoIfException(ret, if_exception, exception); in GetIterator() 66 GotoIfException(next, if_exception, exception); in GetIterator() 75 Node* fast_iterator_result_map, Label* if_exception, Variable* exception) { in IteratorStep() argument 80 GotoIfException(result, if_exception, exception); in IteratorStep() [all …]
|
D | builtins-async-iterator-gen.cc | 24 Label* if_exception, 29 Label* if_exception)> 84 Label* if_exception, 89 Node* const context, Node* const object, Label* if_exception, in ThrowIfNotAsyncFromSyncIterator() argument 110 Goto(if_exception); in ThrowIfNotAsyncFromSyncIterator() 249 Label* if_exception, Variable* var_exception) { in LoadIteratorResult() argument 279 GotoIfException(done, if_exception, var_exception); in LoadIteratorResult() 285 GotoIfException(value, if_exception, var_exception); in LoadIteratorResult() 299 Goto(if_exception); in LoadIteratorResult() 359 Node* const promise, Label* if_exception) { in TF_BUILTIN() argument [all …]
|
D | builtins-iterator-gen.h | 26 Label* if_exception = nullptr, 29 Label* if_exception = nullptr, 39 Label* if_exception = nullptr, 48 Label* if_exception = nullptr, 53 Label* if_exception, Variable* exception);
|
D | builtins-generator-gen.cc | 52 Label if_exception(this, Label::kDeferred), if_final_return(this); in GeneratorPrototypeResume() local 56 GotoIfException(result, &if_exception, &var_exception); in GeneratorPrototypeResume() 105 BIND(&if_exception); in GeneratorPrototypeResume()
|
D | builtins-promise-gen.h | 166 Label* if_exception, Variable* var_exception); 182 const IteratorRecord& record, Label* if_exception,
|
D | builtins-promise-gen.cc | 583 Label* if_exception, in InvokeResolve() argument 600 GotoIfException(result, if_exception, var_exception); in InvokeResolve() 610 GotoIfException(resolve, if_exception, var_exception); in InvokeResolve() 615 GotoIfException(result, if_exception, var_exception); in InvokeResolve() 1130 Label if_exception(this, Label::kDeferred); in TF_BUILTIN() local 1135 GotoIfException(result, &if_exception, &var_exception); in TF_BUILTIN() 1138 BIND(&if_exception); in TF_BUILTIN() 1226 Label if_exception(this, Label::kDeferred); in PromiseReactionJob() local 1234 GotoIfException(result, &if_exception, &var_exception); in PromiseReactionJob() 1238 BIND(&if_exception); in PromiseReactionJob() [all …]
|
D | builtins-internal-gen.cc | 922 Label if_exception(this, Label::kDeferred); in TF_BUILTIN() local 956 GotoIfException(result, &if_exception, &var_exception); in TF_BUILTIN() 982 GotoIfException(result, &if_exception, &var_exception); in TF_BUILTIN() 1006 GotoIfException(result, &if_exception, &var_exception); in TF_BUILTIN() 1036 GotoIfException(result, &if_exception, &var_exception); in TF_BUILTIN() 1071 GotoIfException(result, &if_exception, &var_exception); in TF_BUILTIN() 1085 BIND(&if_exception); in TF_BUILTIN()
|
D | builtins-collections-gen.cc | 38 Label* if_exception = nullptr, 135 Label* if_exception = nullptr, 142 Label* if_may_have_side_effects, Label* if_exception, in AddConstructorEntry() argument 149 if_exception, var_exception); in AddConstructorEntry() 154 GotoIfException(ret, if_exception, var_exception); in AddConstructorEntry() 159 GotoIfException(ret, if_exception, var_exception); in AddConstructorEntry() 295 Label exit(this), loop(this), if_exception(this, Label::kDeferred); in AddConstructorEntriesFromIterable() local 316 nullptr, &if_exception, &var_exception); in AddConstructorEntriesFromIterable() 319 BIND(&if_exception); in AddConstructorEntriesFromIterable() 521 Label* if_exception, TVariable<Object>* var_exception) { in LoadKeyValue() argument [all …]
|
D | builtins-regexp-gen.cc | 465 Label if_success(this), if_exception(this, Label::kDeferred); in RegExpExecInternal() 544 &if_exception); in RegExpExecInternal() 610 BIND(&if_exception); in RegExpExecInternal()
|
D | builtins-array-gen.cc | 2045 Label iterable(this), not_iterable(this), finished(this), if_exception(this); in TF_BUILTIN() local
|
/external/v8/src/compiler/ |
D | js-inlining-heuristic.cc | 637 Node* if_exception = nullptr; in InlineCandidate() local 638 if (NodeProperties::IsExceptionalCall(node, &if_exception)) { in InlineCandidate() 655 ReplaceWithValue(if_exception, exception_value, exception_effect, in InlineCandidate()
|
D | js-native-context-specialization.cc | 855 Node* if_exception = nullptr; in ReduceNamedAccess() local 856 if (NodeProperties::IsExceptionalCall(node, &if_exception)) { in ReduceNamedAccess() 1041 DCHECK_NOT_NULL(if_exception); in ReduceNamedAccess() 1053 ReplaceWithValue(if_exception, phi, ephi, merge); in ReduceNamedAccess() 1717 Node* const if_exception = in InlinePropertyGetterCall() local 1720 if_exceptions->push_back(if_exception); in InlinePropertyGetterCall() 1755 Node* const if_exception = in InlinePropertySetterCall() local 1758 if_exceptions->push_back(if_exception); in InlinePropertySetterCall()
|
D | raw-machine-assembler.cc | 109 RawMachineLabel* if_exception) { in Continuations() argument 112 schedule()->AddCall(CurrentBlock(), call, Use(if_success), Use(if_exception)); in Continuations()
|
D | js-typed-lowering.cc | 1861 Node* if_exception = nullptr; in ReduceJSForInNext() local 1862 if (NodeProperties::IsExceptionalCall(node, &if_exception)) { in ReduceJSForInNext() 1864 NodeProperties::ReplaceControlInput(if_exception, vfalse); in ReduceJSForInNext() 1865 NodeProperties::ReplaceEffectInput(if_exception, efalse); in ReduceJSForInNext() 1866 Revisit(if_exception); in ReduceJSForInNext()
|
D | code-assembler.cc | 1041 void CodeAssembler::GotoIfException(Node* node, Label* if_exception, in GotoIfException() argument 1043 if (if_exception == nullptr) { in GotoIfException() 1062 Goto(if_exception); in GotoIfException()
|
D | wasm-compiler.h | 174 bool ThrowsException(Node* node, Node** if_success, Node** if_exception);
|
D | js-call-reducer.cc | 346 Node* if_exception = nullptr; in ReduceFunctionPrototypeApply() local 347 if (NodeProperties::IsExceptionalCall(node, &if_exception)) { in ReduceFunctionPrototypeApply() 364 ReplaceWithValue(if_exception, phi, ephi, merge); in ReduceFunctionPrototypeApply() 3167 Node* if_exception = in ReduceCallOrConstructWithArrayLikeOrSpread() local 3173 graph()->NewNode(common()->Merge(2), if_exception, on_exception); in ReduceCallOrConstructWithArrayLikeOrSpread() 3174 Node* ephi = graph()->NewNode(common()->EffectPhi(2), if_exception, in ReduceCallOrConstructWithArrayLikeOrSpread() 3178 if_exception, on_exception, merge); in ReduceCallOrConstructWithArrayLikeOrSpread()
|
D | raw-machine-assembler.h | 893 RawMachineLabel* if_exception);
|
D | code-assembler.h | 1190 void GotoIfException(Node* node, Label* if_exception,
|
D | wasm-compiler.cc | 164 Node** if_exception) { in ThrowsException() argument 170 *if_exception = in ThrowsException()
|
/external/v8/src/wasm/ |
D | function-body-decoder.cc | 558 TFNode* if_exception = nullptr; in CheckForException() local 559 if (!builder_->ThrowsException(node, &if_success, &if_exception)) { in CheckForException() 567 exception_env->control = if_exception; in CheckForException() 573 try_info->exception = if_exception; in CheckForException() 578 try_info->exception, if_exception); in CheckForException()
|