Lines Matching refs:GotoIf
28 GotoIf(TaggedIsSmi(receiver), &slow); in TF_BUILTIN()
42 GotoIf(IsDictionaryMap(receiver_map), &slow); in TF_BUILTIN()
53 GotoIf(SmiLessThanOrEqual(descriptors_length, in TF_BUILTIN()
65 GotoIf(WordNotEqual(maybe_length, LoadRoot(Heap::klength_stringRootIndex)), in TF_BUILTIN()
70 GotoIf(TaggedIsSmi(maybe_length_accessor), &slow); in TF_BUILTIN()
77 GotoIf(WordNotEqual(maybe_name, LoadRoot(Heap::kname_stringRootIndex)), in TF_BUILTIN()
82 GotoIf(TaggedIsSmi(maybe_name_accessor), &slow); in TF_BUILTIN()
97 GotoIf(IsConstructorMap(receiver_map), &with_constructor); in TF_BUILTIN()
115 GotoIf(WordNotEqual(prototype, expected_prototype), &slow); in TF_BUILTIN()
123 GotoIf(Uint32LessThanOrEqual(argc, Int32Constant(1)), &empty_arguments); in TF_BUILTIN()
153 GotoIf(Word32NotEqual(argc, Int32Constant(0)), &has_receiver); in TF_BUILTIN()