Home | History | Annotate | Download | only in ia32

Lines Matching refs:not_smi

443     Label not_smi;
444 __ JumpIfNotSmi(argument, &not_smi, Label::kNear);
450 __ bind(&not_smi);
1462 // division. They should be in eax, ebx for jump to not_smi.
4143 Label not_smi;
4145 __ JumpIfNotSmi(object, &not_smi, Label::kNear);
4149 __ bind(&not_smi);