Lines Matching refs:next

470       Label next(this), unreachable(this, Label::kDeferred);
479 Label* labels[] = {&next, &atom, &next};
487 BIND(&next);
516 Label next(this), if_isonebyte(this), if_istwobyte(this, Label::kDeferred);
529 Goto(&next);
541 Goto(&next);
544 BIND(&next);
552 Label next(this);
553 GotoIfNot(TaggedIsSmi(var_code.value()), &next);
556 Goto(&next);
557 BIND(&next);
1041 Label next(this); \
1042 GotoIfNot(IsSetWord(var_flags.value(), JSRegExp::k##Camel), &next); \
1044 Goto(&next); \
1045 BIND(&next); \
1058 Label next(this); \
1062 BranchIfToBooleanIsTrue(flag, &if_isflagset, &next); \
1066 Goto(&next); \
1067 BIND(&next); \
1081 Label next(this); \
1086 &next); \
1090 BranchIfToBooleanIsTrue(flag, &if_isflagset, &next); \
1094 Goto(&next); \
1095 BIND(&next); \
1116 Label next(this); \
1117 GotoIfNot(IsSetWord(var_flags.value(), JSRegExp::k##Camel), &next); \
1122 Goto(&next); \
1123 BIND(&next); \
1194 Label next(this);
1196 GotoIfNot(IsUndefined(new_target), &next);
1199 GotoIfNot(pattern_is_regexp, &next);
1200 GotoIfNot(IsUndefined(flags), &next);
1205 GotoIfNot(TaggedEqual(value, regexp_function), &next);
1208 BIND(&next);
1212 Label next(this), if_patternisfastregexp(this),
1214 GotoIf(TaggedIsSmi(pattern), &next);
1218 Branch(pattern_is_regexp, &if_patternisslowregexp, &next);
1236 Goto(&next);
1255 Goto(&next);
1258 BIND(&next);
1266 next(this);
1275 Goto(&next);
1283 Goto(&next);
1286 BIND(&next);
1311 Label next(this);
1313 GotoIf(TaggedIsSmi(maybe_pattern), &next);
1314 GotoIfNot(IsJSRegExp(CAST(maybe_pattern)), &next);
1334 Goto(&next);
1335 BIND(&next);
1537 Label next(this), if_limitiszero(this, Label::kDeferred);
1538 Branch(SmiEqual(limit, SmiZero()), &return_empty_array, &next);
1539 BIND(&next);
1547 Label next(this), if_stringisempty(this, Label::kDeferred);
1548 Branch(SmiEqual(string_length, SmiZero()), &if_stringisempty, &next);
1578 BIND(&next);
1600 Label next(this);
1602 &next);
1603 BIND(&next);
1617 Label next(this);
1618 Branch(IsNull(match_indices_ho), &push_suffix_and_out, &next);
1619 BIND(&next);
1631 Label next(this);
1633 GotoIfNot(SmiEqual(match_to, next_search_from), &next);
1634 GotoIfNot(SmiEqual(match_to, last_matched_until), &next);
1643 BIND(&next);