Lines Matching refs:GotoIf
122 GotoIf(TaggedIsSmi(constructor), &if_not_constructor); in TF_BUILTIN()
176 GotoIf(TaggedIsSmi(resolve), &if_notcallable); in TF_BUILTIN()
181 GotoIf(TaggedIsSmi(reject), &if_notcallable); in TF_BUILTIN()
365 GotoIf(PromiseHasHandler(promise), &enqueue); in PerformPromiseThen()
476 GotoIf(TaggedIsSmi(current), &done_loop); in TriggerPromiseReactions()
497 GotoIf(TaggedIsSmi(current), &done_loop); in TriggerPromiseReactions()
545 GotoIf(TaggedIsSmi(receiver), &if_slow); in InvokeThen()
677 GotoIf(InstanceTypeEqual(executor_type, JS_FUNCTION_TYPE), &found_function); in BranchIfAccessCheckFailed()
725 GotoIf(TaggedIsSmi(promise), &done); in SetPromiseHandledByIfTrue()
748 GotoIf(IsTrue(already_resolved), &if_already_resolved); in TF_BUILTIN()
780 GotoIf(IsTrue(already_resolved), &if_already_resolved); in TF_BUILTIN()
805 GotoIf(IsTheHole(exception), &finally); in TF_BUILTIN()
823 GotoIf(IsUndefined(new_target), &if_targetisundefined); in TF_BUILTIN()
827 GotoIf(TaggedIsSmi(executor), &if_notcallable); in TF_BUILTIN()
1018 GotoIf(TaggedIsSmi(on_fulfilled), &if_fulfilled_notcallable); in TF_BUILTIN()
1030 GotoIf(TaggedIsSmi(on_rejected), &if_rejected_notcallable); in TF_BUILTIN()
1085 GotoIf(IsPromiseHookEnabled(), &if_slow); in TF_BUILTIN()
1086 GotoIf(IsDebugActive(), &if_slow); in TF_BUILTIN()
1304 GotoIf(TaggedIsSmi(value), &if_need_to_allocate); in TF_BUILTIN()
1316 GotoIf(IsPromiseSpeciesProtectorCellInvalid(), &if_slow_constructor); in TF_BUILTIN()
1614 GotoIf(TaggedIsSmi(on_finally), &if_notcallable); in TF_BUILTIN()
1692 GotoIf(IsPromiseHookEnabled(), &if_runtime); in TF_BUILTIN()
1693 GotoIf(IsDebugActive(), &if_runtime); in TF_BUILTIN()
1740 GotoIf(IsPromiseHookEnabled(), &if_runtime); in TF_BUILTIN()
1741 GotoIf(IsDebugActive(), &if_runtime); in TF_BUILTIN()
1746 GotoIf(WordEqual(promise, resolution), &if_runtime); in TF_BUILTIN()
1749 GotoIf(TaggedIsSmi(resolution), &if_fulfill); in TF_BUILTIN()
1760 GotoIf(IsPromiseThenProtectorCellInvalid(), &if_slow); in TF_BUILTIN()
1801 GotoIf(TaggedIsSmi(then), &if_fulfill); in TF_BUILTIN()
1883 GotoIf(SmiEqual(index, SmiConstant(PropertyArray::HashField::kMax)), in PerformPromiseAll()
1968 GotoIf(SmiEqual(remaining_elements_count, SmiConstant(0)), in PerformPromiseAll()
1980 GotoIf(SmiGreaterThanOrEqual(old_capacity, new_capacity), &return_promise); in PerformPromiseAll()
2081 GotoIf(IsNativeContext(context), &already_called); in TF_BUILTIN()
2161 GotoIf(SmiEqual(remaining_elements_count, SmiConstant(0)), &resolve_promise); in TF_BUILTIN()