Searched refs:SlowLoadLastIndex (Results 1 – 2 of 2) sorted by relevance
49 TNode<Object> SlowLoadLastIndex(TNode<Context> context, TNode<Object> regexp);
125 TNode<Object> RegExpBuiltinsAssembler::SlowLoadLastIndex(TNode<Context> context, in SlowLoadLastIndex() function in v8::internal::RegExpBuiltinsAssembler134 : 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()