Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc106 Variable var_from_cursor( in ConstructNewResultFromMatchInfo() local
112 Variable* vars[] = {&var_from_cursor, &var_to_cursor}; in ConstructNewResultFromMatchInfo()
118 Node* const from_cursor = var_from_cursor.value(); in ConstructNewResultFromMatchInfo()
133 var_from_cursor.Bind(IntPtrAdd(from_cursor, IntPtrConstant(2))); in ConstructNewResultFromMatchInfo()
135 Branch(UintPtrLessThan(var_from_cursor.value(), limit), &loop, in ConstructNewResultFromMatchInfo()