Searched refs:FastLoadLastIndex (Results 1 – 2 of 2) sorted by relevance
48 TNode<Object> FastLoadLastIndex(TNode<JSRegExp> regexp);
117 TNode<Object> RegExpBuiltinsAssembler::FastLoadLastIndex( in FastLoadLastIndex() function in v8::internal::RegExpBuiltinsAssembler133 return is_fastpath ? FastLoadLastIndex(CAST(regexp)) in LoadLastIndex()847 Node* const last_index = FastLoadLastIndex(CAST(object)); in IsFastRegExpNoPrototype()892 TNode<Object> last_index = FastLoadLastIndex(object); in IsFastRegExpWithOriginalExec()941 Node* const last_index = FastLoadLastIndex(CAST(object)); in BranchIfFastRegExp()2038 FastStoreLastIndex(var_matcher.value(), FastLoadLastIndex(fast_regexp)); in MatchAllIterator()2189 Node* const previous_last_index = FastLoadLastIndex(CAST(regexp)); in RegExpPrototypeSearchBodyFast()2924 Node* const this_index = FastLoadLastIndex(CAST(regexp)); in ReplaceSimpleStringFastPath()3238 TNode<Smi> this_index = CAST(FastLoadLastIndex(CAST(iterating_regexp))); in TF_BUILTIN()