Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.h29 Node* LoadLastIndex(Node* context, Node* regexp, bool is_fastpath);
Dbuiltins-regexp.cc42 Node* RegExpBuiltinsAssembler::LoadLastIndex(Node* context, Node* regexp, in LoadLastIndex() function in v8::internal::RegExpBuiltinsAssembler
247 Node* const regexp_lastindex = LoadLastIndex(context, regexp, is_fastpath); in RegExpPrototypeExecBodyWithoutResult()
1685 Node* last_index = LoadLastIndex(context, regexp, is_fastpath); in RegExpPrototypeMatchBody()