Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp-gen.h55 void StoreLastIndex(Node* context, Node* regexp, Node* value,
Dbuiltins-regexp-gen.cc152 void RegExpBuiltinsAssembler::StoreLastIndex(Node* context, Node* regexp, in StoreLastIndex() function in v8::internal::RegExpBuiltinsAssembler
717 StoreLastIndex(context, regexp, SmiZero(), is_fastpath); in RegExpPrototypeExecBodyWithoutResult()
749 StoreLastIndex(context, regexp, SmiZero(), is_fastpath); in RegExpPrototypeExecBodyWithoutResult()
761 StoreLastIndex(context, regexp, new_lastindex, is_fastpath); in RegExpPrototypeExecBodyWithoutResult()
1868 StoreLastIndex(context, regexp, SmiZero(), is_fastpath); in RegExpPrototypeMatchBody()
1954 StoreLastIndex(context, regexp, new_last_index, is_fastpath); in RegExpPrototypeMatchBody()