Home | History | Annotate | Download | only in mips

Lines Matching refs:Smi

139   // Check that the object isn't a smi.
168 // key - holds the smi key on entry.
225 // The key is a smi.
243 // The key is not a smi.
360 // Check that the key is a smi.
363 // Now the key is known to be a smi. This place is also jumped to from below
364 // where a numeric string is converted to a smi.
420 __ li(slot, Operand(Smi::FromInt(slot_index)));
444 // Now jump to the place where smi keys are handled.
486 // Smi stores don't require further checks.
492 __ Addu(scratch, key, Operand(Smi::FromInt(1)));
495 // It's irrelevant whether array is smi-only or not when writing a smi.
509 __ Addu(scratch, key, Operand(Smi::FromInt(1)));
545 __ Addu(scratch, key, Operand(Smi::FromInt(1)));
613 // Check that the key is a smi.
615 // Check that the object isn't a smi.
663 __ li(slot, Operand(Smi::FromInt(slot_index)));
695 // is the length is always a smi.
831 // This is patching a conditional "jump if not smi/jump if smi" site.