Home | History | Annotate | Download | only in builtins

Lines Matching refs:slow

282   Label slow(&assembler);
292 assembler.GotoIf(assembler.TaggedIsSmi(receiver), &slow);
299 &slow);
301 // Disallow binding of slow-mode functions. We need to figure out whether the
303 assembler.Comment("Disallow binding of slow-mode functions");
304 assembler.GotoIf(assembler.IsDictionaryMap(receiver_map), &slow);
314 &slow);
326 &slow);
330 assembler.GotoIf(assembler.TaggedIsSmi(maybe_length_accessor), &slow);
332 assembler.GotoIfNot(assembler.IsAccessorInfoMap(length_value_map), &slow);
340 &slow);
344 assembler.GotoIf(assembler.TaggedIsSmi(maybe_name_accessor), &slow);
346 assembler.GotoIfNot(assembler.IsAccessorInfoMap(name_value_map), &slow);
378 &slow);
444 assembler.Bind(&slow);