Searched refs:StoreLastIndex (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-regexp-gen.h | 55 void StoreLastIndex(Node* context, Node* regexp, Node* value,
|
D | builtins-regexp-gen.cc | 152 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()
|