Lines Matching refs:GotoIfNot
63 GotoIfNot(
170 GotoIfNot(has_indices, &finish_initialization);
394 GotoIfNot(has_indices, &out);
553 GotoIfNot(TaggedIsSmi(var_code.value()), &next);
794 GotoIfNot(has_initialmap, &out);
832 GotoIfNot(has_initialmap, if_ismodified);
837 GotoIfNot(TaggedIsPositiveSmi(last_index), if_ismodified);
1042 GotoIfNot(IsSetWord(var_flags.value(), JSRegExp::k##Camel), &next); \
1117 GotoIfNot(IsSetWord(var_flags.value(), JSRegExp::k##Camel), &next); \
1196 GotoIfNot(IsUndefined(new_target), &next);
1199 GotoIfNot(pattern_is_regexp, &next);
1200 GotoIfNot(IsUndefined(flags), &next);
1205 GotoIfNot(TaggedEqual(value, regexp_function), &next);
1228 GotoIfNot(IsUndefined(flags), &inner_next);
1246 GotoIfNot(IsUndefined(flags), &inner_next);
1314 GotoIfNot(IsJSRegExp(CAST(maybe_pattern)), &next);
1438 GotoIfNot(is_unicode, &out);
1448 GotoIfNot(UintPtrLessThan(untagged_plus_one, string_length), &out);
1452 GotoIfNot(Word32Equal(Word32And(lead, Int32Constant(0xFC00)),
1457 GotoIfNot(Word32Equal(Word32And(trail, Int32Constant(0xFC00)),
1633 GotoIfNot(SmiEqual(match_to, next_search_from), &next);
1634 GotoIfNot(SmiEqual(match_to, last_matched_until), &next);