Home | History | Annotate | Download | only in builtins

Lines Matching refs:GotoIfNot

289       GotoIfNot(TaggedIsSmi(lastindex), &if_isoob);
291 GotoIfNot(SmiLessThanOrEqual(lastindex, string_length), &if_isoob);
326 GotoIfNot(WordEqual(match_indices, null), &successful_match);
328 GotoIfNot(should_update_last_index, if_didnotmatch);
336 GotoIfNot(should_update_last_index, &out);
429 GotoIfNot(has_initialmap, &out);
462 GotoIfNot(has_initialmap, if_ismodified);
470 GotoIfNot(proto_has_initialmap, if_ismodified);
565 GotoIfNot(IsSetWord(flags_intptr, FLAG), &next); \
622 GotoIfNot(IsSetWord(flags_intptr, FLAG), &next); \
650 GotoIfNot(IsJSReceiver(maybe_receiver), &out);
745 GotoIfNot(IsUndefined(new_target), &next);
748 GotoIfNot(pattern_is_regexp, &next);
749 GotoIfNot(IsUndefined(flags), &next);
755 GotoIfNot(WordEqual(value, regexp_function), &next);
777 GotoIfNot(IsUndefined(flags), &inner_next);
802 GotoIfNot(IsUndefined(flags), &inner_next);
874 GotoIfNot(HasInstanceType(maybe_pattern, JS_REGEXP_TYPE), &next);
1381 GotoIfNot(is_unicode, &out);
1389 GotoIfNot(SmiLessThan(index_plus_one, string_length), &out);
1392 GotoIfNot(Word32Equal(Word32And(lead, Int32Constant(0xFC00)),
1397 GotoIfNot(Word32Equal(Word32And(trail, Int32Constant(0xFC00)),
1668 GotoIfNot(IntPtrEqual(array.length(), int_zero), &out);
1683 GotoIfNot(SmiEqual(match_length, smi_zero), &loop);
1817 GotoIfNot(WordEqual(exec_result, NullConstant()), &next);
2003 GotoIfNot(SmiEqual(match_to, next_search_from), &next);
2004 GotoIfNot(SmiEqual(match_to, last_matched_until), &next);
2153 GotoIfNot(TaggedIsSmi(limit), &if_limitissmimax);
2297 GotoIfNot(IntPtrLessThan(i, end), &create_result);
2558 GotoIfNot(SmiEqual(dollar_ix, SmiConstant(-1)), &runtime);