Home | History | Annotate | Download | only in x64

Lines Matching refs:ok

2435     Label ok;
2436 __ JumpIfNotSmi(rdx, &ok);
2437 __ JumpIfNotSmi(rax, &ok);
2439 __ bind(&ok);