Lines Matching defs:smi
32 #include "src/objects/smi.h"
173 // Jump the register contains a smi.
179 // Jump if the operand is a smi.
345 void Push(Smi smi) { Push(Immediate(smi)); }
465 // write barrier if the value is a smi.
537 // Jump if register contain a non-smi.
543 // Jump if the operand is not a smi.
560 // Abort execution if argument is not a smi, enabled via --debug-code.
563 // Abort execution if argument is a smi, enabled via --debug-code.