Lines Matching defs:next
264 // Load the next characters from {lhs} and {rhs}.
277 // Advance to next character.
619 // Load the next characters from {lhs} and {rhs}.
630 // Advance to next character.
959 // In this primitive implementation we simply look for the next '$' char in
1028 Label next(this);
1030 GotoIfNot(WordEqual(search_length, IntPtrConstant(1)), &next);
1031 GotoIfNot(IntPtrGreaterThan(subject_length, IntPtrConstant(0xFF)), &next);
1032 GotoIf(TaggedIsSmi(replace), &next);
1033 GotoIfNot(IsString(CAST(replace)), &next);
1038 GotoIfNot(IsConsStringInstanceType(subject_instance_type), &next);
1041 &next);
1051 BIND(&next);
1064 Label next(this), return_subject(this);
1066 GotoIfNot(SmiIsNegative(match_start_index), &next);
1083 BIND(&next);
1093 Label next(this);
1095 GotoIf(SmiEqual(match_start_index, smi_zero), &next);
1101 Goto(&next);
1102 BIND(&next);
1162 throw_flags_exception(this, Label::kDeferred), next(this);
1171 GotoIf(TaggedIsSmi(maybe_regexp), &next);
1180 Branch(is_global, &next, &throw_exception);
1185 GotoIfNot(regexp_asm.IsRegExp(native_context, heap_maybe_regexp), &next);
1198 Branch(SmiEqual(global_ix, SmiConstant(-1)), &throw_exception, &next);
1209 BIND(&next);
1375 Label next(this);
1376 GotoIfNot(IsUndefined(separator), &next);
1391 BIND(&next);
1396 Label next(this);
1398 &next);
1406 BIND(&next);
1667 Label next(this);
1672 &next);
1699 BIND(&next);