Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc118 Node* const from_cursor = var_from_cursor.value(); in ConstructNewResultFromMatchInfo() local
120 Node* const start = LoadFixedArrayElement(match_info, from_cursor); in ConstructNewResultFromMatchInfo()
125 Node* const from_cursor_plus1 = IntPtrAdd(from_cursor, IntPtrConstant(1)); in ConstructNewResultFromMatchInfo()
133 var_from_cursor.Bind(IntPtrAdd(from_cursor, IntPtrConstant(2))); in ConstructNewResultFromMatchInfo()