Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.h33 void StoreLastIndex(Node* context, Node* regexp, Node* value,
Dbuiltins-regexp.cc67 void RegExpBuiltinsAssembler::StoreLastIndex(Node* context, Node* regexp, in StoreLastIndex() function in v8::internal::RegExpBuiltinsAssembler
296 StoreLastIndex(context, regexp, smi_zero, is_fastpath); in RegExpPrototypeExecBodyWithoutResult()
330 StoreLastIndex(context, regexp, smi_zero, is_fastpath); in RegExpPrototypeExecBodyWithoutResult()
342 StoreLastIndex(context, regexp, new_lastindex, is_fastpath); in RegExpPrototypeExecBodyWithoutResult()
1592 StoreLastIndex(context, regexp, smi_zero, is_fastpath); in RegExpPrototypeMatchBody()
1704 StoreLastIndex(context, regexp, new_last_index, is_fastpath); in RegExpPrototypeMatchBody()