Lines Matching refs:ok
190 Label ok;
191 JumpIfNotInNewSpace(object, scratch, &ok, Label::kNear);
193 bind(&ok);
305 // If input was positive, we are ok and return 0, otherwise
456 Label ok;
458 j(zero, &ok, Label::kNear);
460 bind(&ok);
488 Label ok;
491 j(zero, &ok, Label::kNear);
493 bind(&ok);
558 Label ok;
560 j(equal, &ok, Label::kNear);
562 bind(&ok);
623 Label ok;
626 j(equal, &ok, Label::kNear);
628 bind(&ok);
952 Label ok;
953 JumpIfSmi(object, &ok);
957 bind(&ok);
2054 Label ok;
2056 j(not_zero, &ok, Label::kNear);
2059 bind(&ok);
2068 Label ok;
2070 j(not_zero, &ok, Label::kNear);
2074 bind(&ok);
2555 Label ok, fail;
2557 jmp(&ok);
2560 bind(&ok);
2903 Label ok;
2906 j(equal, &ok);
2909 j(equal, &ok);
2912 j(equal, &ok);
2914 bind(&ok);
3118 // Trashing eax is ok as it will be the return value.