Lines Matching refs:GotoIf
114 GotoIf(has_indices, &result_has_indices); in AllocateRegExpResult()
253 GotoIf(SmiEqual(num_results, SmiConstant(1)), &maybe_build_indices); in ConstructNewResultFromMatchInfo()
274 GotoIf(SmiEqual(start_cursor, SmiConstant(-1)), &next_iter); in ConstructNewResultFromMatchInfo()
317 GotoIf(TaggedEqual(maybe_names, SmiZero()), &maybe_build_indices); in ConstructNewResultFromMatchInfo()
458 GotoIf(TaggedIsNotSmi(last_index), &if_failure); in RegExpExecInternal()
463 GotoIf(UintPtrGreaterThan(int_last_index, int_string_length), &if_failure); in RegExpExecInternal()
497 GotoIf(SmiAbove(capture_count, SmiConstant(kOffsetsSize / 2 - 1)), in RegExpExecInternal()
561 GotoIf(TaggedIsSmi(var_code.value()), &runtime); in RegExpExecInternal()
644 GotoIf( in RegExpExecInternal()
647 GotoIf( in RegExpExecInternal()
650 GotoIf(IntPtrEqual(int_result, in RegExpExecInternal()
653 GotoIf(IntPtrEqual( in RegExpExecInternal()
670 GotoIf(UintPtrGreaterThanOrEqual(value, int_string_length), &if_failure); in RegExpExecInternal()
684 GotoIf(SmiGreaterThan(register_count, available_slots), &runtime); in RegExpExecInternal()
823 GotoIf(IsRegExpSpeciesProtectorCellInvalid(), if_ismodified); in BranchIfFastRegExp()
1084 GotoIf(Word32Equal(Word32And(flag_value, Int32Constant(0xFF)), \ in FlagsGetter()
1214 GotoIf(TaggedIsSmi(pattern), &next); in TF_BUILTIN()
1216 GotoIf(IsJSRegExp(CAST(pattern)), &if_patternisfastregexp); in TF_BUILTIN()
1313 GotoIf(TaggedIsSmi(maybe_pattern), &next); in TF_BUILTIN()
1319 GotoIf(IsUndefined(maybe_flags), &maybe_flags_is_undefined); in TF_BUILTIN()
1366 GotoIf(Word32Equal(Word32And(flag_value, Int32Constant(0xFF)), in SlowFlagGetter()
1651 GotoIf(WordEqual(array.length(), int_limit), &out); in RegExpPrototypeSplitBody()
1699 GotoIf(WordEqual(array.length(), int_limit), &out); in RegExpPrototypeSplitBody()