Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.h28 Node* SlowLoadLastIndex(Node* context, Node* regexp);
Dbuiltins-regexp.cc35 Node* RegExpBuiltinsAssembler::SlowLoadLastIndex(Node* context, Node* regexp) { in SlowLoadLastIndex() function in v8::internal::RegExpBuiltinsAssembler
45 : SlowLoadLastIndex(context, regexp); in LoadLastIndex()
1786 Node* const previous_last_index = SlowLoadLastIndex(context, regexp); in RegExpPrototypeSearchBodySlow()
1804 Node* const current_last_index = SlowLoadLastIndex(context, regexp); in RegExpPrototypeSearchBodySlow()