Home | History | Annotate | Download | only in x64

Lines Matching refs:not_smis

1014   Label not_smis;
1020 __ JumpIfNotBothSmi(left, right, &not_smis);
1063 __ SmiOrIfSmis(right, right, left, &not_smis); // BIT_OR is commutative.
1138 __ bind(&not_smis);
3392 Label not_smis;
3393 __ SelectNonSmi(rbx, rax, rdx, &not_smis);
3404 __ bind(&not_smis);