Lines Matching defs:smi
306 void Push(Smi smi);
522 void SmiToInt32(Register smi) {
524 AssertSmi(smi);
527 SmiUntag(smi);
530 // Abort execution if argument is a smi, enabled via --debug-code.
705 inline void Move(Register dst, Smi smi) { li(dst, Operand(smi)); }
853 // Jump the register contains a smi.
1199 // Test if the register contains a smi.
1204 // Jump if the register contains a non-smi.