Home | History | Annotate | Download | only in x64

Lines Matching full:no_conversion

3767       Label no_conversion;
3768 __ JumpIfSmi(result_register(), &no_conversion);
3771 __ bind(&no_conversion);
3862 Label no_conversion;
3863 __ JumpIfSmi(rax, &no_conversion, Label::kNear);
3866 __ bind(&no_conversion);