Lines Matching refs:GotoIf
40 GotoIf(IsConstructor(target), &constructor_target); in AllocateProxy()
77 GotoIf(SmiEqual(length, SmiConstant(0)), &if_empty_array); in AllocateJSArrayForCodeStubArguments()
88 GotoIf(SmiGreaterThan(length, SmiConstant(FixedArray::kMaxRegularLength)), in AllocateJSArrayForCodeStubArguments()
179 GotoIf(TaggedIsSmi(target), &throw_proxy_non_object); in TF_BUILTIN()
183 GotoIf(TaggedIsSmi(handler), &throw_proxy_non_object); in TF_BUILTIN()
217 GotoIf(TaggedIsSmi(target), &throw_proxy_non_object); in TF_BUILTIN()
221 GotoIf(TaggedIsSmi(handler), &throw_proxy_non_object); in TF_BUILTIN()
261 GotoIf(IsNull(proxy), &revoke_called); in TF_BUILTIN()
379 GotoIf(TaggedIsSmi(new_obj), ¬_an_object); in TF_BUILTIN()
438 GotoIf(TaggedIsSmi(trap), &trap_not_callable); in TF_BUILTIN()
501 GotoIf(IsNull(handler), &throw_proxy_handler_revoked); in TF_BUILTIN()
561 GotoIf(IsPrivateSymbol(name), &private_symbol); in TF_BUILTIN()
693 GotoIf(IsUndefined(getter), &continue_check); in CheckGetSetTrapResult()
694 GotoIf(IsNull(getter), &continue_check); in CheckGetSetTrapResult()
705 GotoIf(IsUndefined(setter), &throw_non_configurable_accessor); in CheckGetSetTrapResult()
706 GotoIf(IsNull(setter), &throw_non_configurable_accessor); in CheckGetSetTrapResult()
767 GotoIf(non_configurable, &throw_non_configurable); in CheckHasTrapResult()