Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.h31 void FastStoreLastIndex(Node* regexp, Node* value);
Dbuiltins-regexp.cc50 void RegExpBuiltinsAssembler::FastStoreLastIndex(Node* regexp, Node* value) { in FastStoreLastIndex() function in v8::internal::RegExpBuiltinsAssembler
70 FastStoreLastIndex(regexp, value); in StoreLastIndex()
1753 FastStoreLastIndex(regexp, SmiConstant(Smi::kZero)); in RegExpPrototypeSearchBodyFast()
1763 FastStoreLastIndex(regexp, previous_last_index); in RegExpPrototypeSearchBodyFast()
1774 FastStoreLastIndex(regexp, previous_last_index); in RegExpPrototypeSearchBodyFast()
2230 FastStoreLastIndex(regexp, smi_zero); in ReplaceGlobalCallableFastPath()
2253 FastStoreLastIndex(regexp, smi_zero); in ReplaceGlobalCallableFastPath()
2446 FastStoreLastIndex(regexp, smi_zero); in ReplaceSimpleStringFastPath()