Searched refs:previous_last_index (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-regexp-gen.cc | 2189 Node* const previous_last_index = FastLoadLastIndex(CAST(regexp)); in RegExpPrototypeSearchBodyFast() local 2202 FastStoreLastIndex(regexp, previous_last_index); in RegExpPrototypeSearchBodyFast() 2213 FastStoreLastIndex(regexp, previous_last_index); in RegExpPrototypeSearchBodyFast() 2228 Node* const previous_last_index = in RegExpPrototypeSearchBodySlow() local 2234 BranchIfSameValue(previous_last_index, smi_zero, &next, &slow); in RegExpPrototypeSearchBodySlow() 2251 BranchIfSameValue(current_last_index, previous_last_index, &next, &slow); in RegExpPrototypeSearchBodySlow() 2254 SlowStoreLastIndex(context, regexp, previous_last_index); in RegExpPrototypeSearchBodySlow()
|