Home | History | Annotate | Download | only in x64

Lines Matching refs:ok

347     NearLabel ok;
350 j(equal, &ok);
353 j(equal, &ok);
355 bind(&ok);
387 NearLabel ok;
389 j(not_zero, &ok);
392 bind(&ok);
834 NearLabel ok;
835 j(equal, &ok);
837 bind(&ok);
897 NearLabel ok;
898 j(zero, &ok);
904 bind(&ok);
1894 NearLabel ok;
1896 j(is_smi, &ok);
1900 bind(&ok);
1905 NearLabel ok;
2824 Label ok, fail;
2826 jmp(&ok);
2829 bind(&ok);