Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-iterator-gen.cc22 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 …]
Dbuiltins-async-iterator-gen.cc24 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 …]
Dbuiltins-iterator-gen.h26 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);
Dbuiltins-generator-gen.cc52 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()
Dbuiltins-promise-gen.h166 Label* if_exception, Variable* var_exception);
182 const IteratorRecord& record, Label* if_exception,
Dbuiltins-promise-gen.cc583 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 …]
Dbuiltins-internal-gen.cc922 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()
Dbuiltins-collections-gen.cc38 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 …]
Dbuiltins-regexp-gen.cc465 Label if_success(this), if_exception(this, Label::kDeferred); in RegExpExecInternal()
544 &if_exception); in RegExpExecInternal()
610 BIND(&if_exception); in RegExpExecInternal()
Dbuiltins-array-gen.cc2045 Label iterable(this), not_iterable(this), finished(this), if_exception(this); in TF_BUILTIN() local
/external/v8/src/compiler/
Djs-inlining-heuristic.cc637 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()
Djs-native-context-specialization.cc855 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()
Draw-machine-assembler.cc109 RawMachineLabel* if_exception) { in Continuations() argument
112 schedule()->AddCall(CurrentBlock(), call, Use(if_success), Use(if_exception)); in Continuations()
Djs-typed-lowering.cc1861 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()
Dcode-assembler.cc1041 void CodeAssembler::GotoIfException(Node* node, Label* if_exception, in GotoIfException() argument
1043 if (if_exception == nullptr) { in GotoIfException()
1062 Goto(if_exception); in GotoIfException()
Dwasm-compiler.h174 bool ThrowsException(Node* node, Node** if_success, Node** if_exception);
Djs-call-reducer.cc346 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()
Draw-machine-assembler.h893 RawMachineLabel* if_exception);
Dcode-assembler.h1190 void GotoIfException(Node* node, Label* if_exception,
Dwasm-compiler.cc164 Node** if_exception) { in ThrowsException() argument
170 *if_exception = in ThrowsException()
/external/v8/src/wasm/
Dfunction-body-decoder.cc558 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()