Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc549 Node* const int_one = IntPtrConstant(1); in FlagsGetter() local
566 var_length.Bind(IntPtrAdd(var_length.value(), int_one)); \ in FlagsGetter()
594 var_length.Bind(IntPtrAdd(var_length.value(), int_one)); \ in FlagsGetter()
626 var_offset.Bind(IntPtrAdd(var_offset.value(), int_one)); \ in FlagsGetter()
2221 Node* const int_one = IntPtrConstant(1); in ReplaceGlobalCallableFastPath() local
2323 Node* const next_i = IntPtrAdd(i, int_one); in ReplaceGlobalCallableFastPath()
2356 var_i.Bind(IntPtrAdd(var_i.value(), int_one)); in ReplaceGlobalCallableFastPath()