Home | History | Annotate | Download | only in x64

Lines Matching full:convert_argument

1517   Label convert_argument;
1520 __ JumpIfSmi(rax, &convert_argument);
1522 __ j(NegateCondition(is_string), &convert_argument);
1528 __ bind(&convert_argument);