Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp-gen.h50 TNode<Object> LoadLastIndex(TNode<Context> context, TNode<Object> regexp,
Dbuiltins-regexp-gen.cc130 TNode<Object> RegExpBuiltinsAssembler::LoadLastIndex(TNode<Context> context, in LoadLastIndex() function in v8::internal::RegExpBuiltinsAssembler
669 LoadLastIndex(context, regexp, is_fastpath); in RegExpPrototypeExecBodyWithoutResult()
1936 LoadLastIndex(CAST(context), CAST(regexp), is_fastpath); in RegExpPrototypeMatchBody()