Lines Matching refs:slow
687 if_notfound(this), slow(this), if_proxy(this);
689 GotoIf(TaggedIsSmi(receiver), &slow);
693 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), &slow);
694 TryToName(key, &if_index, &var_index, &if_unique_name, &var_unique, &slow,
700 Goto(&slow); // TODO(jkummerow): Implement more smarts here.
706 CheckForAssociatedProtector(var_unique.value(), &slow);
713 Goto(&slow);
729 &slow);
739 &var_unique, &if_notfound, &slow);
748 GotoIf(IsPrivateSymbol(name), &slow);
753 BIND(&slow);