Lines Matching refs:not_smi
5545 Label not_smi(this), is_heap_number(this), is_oddball(this),
5928 Label end(this), not_smi(this);
5930 GotoIfNot(TaggedIsSmi(input), ¬_smi);
5934 BIND(¬_smi);
7573 Label end(this), not_smi(this, Label::kDeferred);
7575 GotoIfNot(TaggedIsSmi(input), ¬_smi);
7579 BIND(¬_smi);
7600 Label not_smi(this, Label::kDeferred);
7601 GotoIfNot(TaggedIsSmi(input), ¬_smi);
7609 BIND(¬_smi);
7652 Label not_smi(this, Label::kDeferred);
7653 GotoIfNot(TaggedIsSmi(input), ¬_smi);
7658 BIND(¬_smi);