Home | History | Annotate | Download | only in x64

Lines Matching refs:not_smi

425     Label not_smi;
426 __ JumpIfNotSmi(argument, &not_smi, Label::kNear);
432 __ bind(&not_smi);