Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp-gen.h49 TNode<Object> SlowLoadLastIndex(TNode<Context> context, TNode<Object> regexp);
Dbuiltins-regexp-gen.cc125 TNode<Object> RegExpBuiltinsAssembler::SlowLoadLastIndex(TNode<Context> context, in SlowLoadLastIndex() function in v8::internal::RegExpBuiltinsAssembler
134 : SlowLoadLastIndex(context, regexp); in LoadLastIndex()
2069 ToLength_Inline(context, SlowLoadLastIndex(context, maybe_regexp))); in MatchAllIterator()
2092 TNode<Object> last_index = SlowLoadLastIndex(context, var_matcher.value()); in MatchAllIterator()
2229 SlowLoadLastIndex(CAST(context), CAST(regexp)); in RegExpPrototypeSearchBodySlow()
2249 SlowLoadLastIndex(CAST(context), CAST(regexp)); in RegExpPrototypeSearchBodySlow()
3261 TNode<Object> last_index = SlowLoadLastIndex(context, iterating_regexp); in TF_BUILTIN()