Lines Matching refs:ok
182 Label ok;
183 JumpIfNotInNewSpace(object, scratch, &ok, Label::kNear);
185 bind(&ok);
378 Label ok;
380 j(zero, &ok, Label::kNear);
382 bind(&ok);
407 Label ok;
410 j(zero, &ok, Label::kNear);
412 bind(&ok);
473 Label ok;
475 j(equal, &ok, Label::kNear);
477 bind(&ok);
538 Label ok;
541 j(equal, &ok, Label::kNear);
543 bind(&ok);
900 Label ok;
901 JumpIfSmi(object, &ok);
905 bind(&ok);
1995 Label ok;
1997 j(not_zero, &ok, Label::kNear);
2000 bind(&ok);
2009 Label ok;
2011 j(not_zero, &ok, Label::kNear);
2015 bind(&ok);
2494 ok, fail;
2496 jmp(&ok);
2499 bind(&ok);
2761 Label ok;
2764 j(equal, &ok);
2767 j(equal, &ok);
2770 j(equal, &ok);
2772 bind(&ok);
2965 // Trashing eax is ok as it will be the return value.