Searched refs:if_not_special_index (Results 1 – 2 of 2) sorted by relevance
8758 Label* if_not_special_index) { in BranchIfMaybeSpecialIndex() argument8765 GotoIf(SmiEqual(string_length, SmiConstant(0)), if_not_special_index); in BranchIfMaybeSpecialIndex()8767 if_not_special_index); in BranchIfMaybeSpecialIndex()8780 GotoIf(Uint32LessThan(first_char, Int32Constant('0')), if_not_special_index); in BranchIfMaybeSpecialIndex()8781 GotoIf(Uint32LessThan(Int32Constant('9'), first_char), if_not_special_index); in BranchIfMaybeSpecialIndex()
2451 Label* if_not_special_index);