Home
last modified time | relevance | path

Searched refs:if_not_special_index (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dcode-stub-assembler.cc8758 Label* if_not_special_index) { in BranchIfMaybeSpecialIndex() argument
8765 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()
Dcode-stub-assembler.h2451 Label* if_not_special_index);