Searched refs:if_not_callable (Results 1 – 2 of 2) sorted by relevance
35 Label if_not_callable(this, Label::kDeferred), if_callable(this); in GetIterator() local36 GotoIf(TaggedIsSmi(method), &if_not_callable); in GetIterator()37 Branch(IsCallable(method), &if_callable, &if_not_callable); in GetIterator()39 BIND(&if_not_callable); in GetIterator()
3936 Label if_not_callable(this, Label::kDeferred); in TF_BUILTIN() local3937 GotoIf(TaggedIsSmi(mapper_function), &if_not_callable); in TF_BUILTIN()3938 GotoIfNot(IsCallable(mapper_function), &if_not_callable); in TF_BUILTIN()3956 BIND(&if_not_callable); in TF_BUILTIN()