Home | History | Annotate | Download | only in builtins

Lines Matching refs:GotoIfNot

713     GotoIfNot(TaggedIsSmi(position), &return_emptystring);
752 GotoIfNot(TaggedIsSmi(position), &return_nan);
897 GotoIfNot(IntPtrLessThanOrEqual(needle_length,
1048 GotoIfNot(TaggedIsSmi(position.value()), &call_runtime);
1060 GotoIfNot(IsStringInstanceType(instance_type), &call_runtime);
1063 GotoIfNot(IsStringInstanceType(needle_instance_type), &call_runtime);
1205 GotoIfNot(IsStringInstanceType(LoadMapInstanceType(object_map)), &next);
1301 GotoIfNot(SmiEqual(search_length, SmiConstant(1)), &next);
1302 GotoIfNot(SmiGreaterThan(subject_length, SmiConstant(0xFF)), &next);
1304 GotoIfNot(IsString(replace), &next);
1310 GotoIfNot(SmiIsNegative(dollar_ix), &next);
1335 GotoIfNot(SmiIsNegative(match_start_index), &next);
1470 GotoIfNot(SmiEqual(limit_number, smi_zero), &next);
1489 GotoIfNot(IsUndefined(separator), &next);
1510 GotoIfNot(SmiEqual(LoadStringLength(separator_string), smi_zero), &next);
1607 GotoIfNot(SmiLessThanOrEqual(var_length.value(), zero), &out);
1631 GotoIfNot(SmiLessThanOrEqual(var_length.value(), zero), &out);
1871 GotoIfNot(SmiLessThan(next_index, length), &return_result);
1933 GotoIfNot(Word32Equal(LoadInstanceType(iterator),