Lines Matching refs:GotoIfNot
197 GotoIfNot(Word32Equal(Word32And(both_instance_types,
352 GotoIfNot(Word32Equal(left_length, Uint32Constant(0)), &check_right);
358 GotoIfNot(Word32Equal(right_length, Uint32Constant(0)), &cons);
898 GotoIfNot(IsString(CAST(maybe_string)), &slow_lookup);
1030 GotoIfNot(WordEqual(search_length, IntPtrConstant(1)), &next);
1031 GotoIfNot(IntPtrGreaterThan(subject_length, IntPtrConstant(0xFF)), &next);
1033 GotoIfNot(IsString(CAST(replace)), &next);
1038 GotoIfNot(IsConsStringInstanceType(subject_instance_type), &next);
1066 GotoIfNot(SmiIsNegative(match_start_index), &next);
1185 GotoIfNot(regexp_asm.IsRegExp(native_context, heap_maybe_regexp), &next);
1255 GotoIfNot(IsOneByteStringInstanceType(instance_type), &call_runtime);
1270 GotoIfNot(IsOneByteStringInstanceType(to_direct.instance_type()),
1376 GotoIfNot(IsUndefined(separator), &next);
1397 GotoIfNot(SmiEqual(LoadStringLengthAsSmi(separator_string), smi_zero),
1455 GotoIfNot(IntPtrLessThan(next_index, length), &return_result);
1508 GotoIfNot(IsString(CAST(object)), if_false);