Lines Matching defs:smi
235 void Push(Smi smi);
457 void SmiToInt32(Register smi) {
459 AssertSmi(smi);
462 SmiUntag(smi);
465 // Abort execution if argument is a smi, enabled via --debug-code.
596 inline void Move(Register dst, Smi smi) { li(dst, Operand(smi)); }
712 // Jump the register contains a smi.
1013 // Test if the register contains a smi.
1018 // Jump if the register contains a non-smi.