Lines Matching defs:smi
785 TNode<Smi> smi =
787 return smi;
912 // TODO(danno): This could be optimized by specifically handling smi cases.
930 // TODO(danno): This could be optimized by specifically handling smi cases.
1218 // size_in_bytes check may be moved there as well since a non-smi
5896 Label smi(this);
5898 GotoIf(TaggedIsSmi(value), &smi);
5902 BIND(&smi);
6626 // This complicated check is due to elements oddities. If a smi array is empty
7350 // Load the smi key, make sure it matches the smi we're looking for.
7782 // Perhaps we have a positive smi now.
10544 // vector nodes are initialized with a smi 0, so we can simply OR
11329 // In case value is stored into a fast smi array, assure that the value is
11330 // a smi before manipulating the backing store. Otherwise the backing store