Searched refs:FetchNext (Results 1 – 3 of 3) sorted by relevance
27 int32_t* RegExpImpl::GlobalCache::FetchNext() { in FetchNext() function
150 V8_INLINE int32_t* FetchNext();
642 int32_t* current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithString()678 current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithString()715 int32_t* current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithEmptyString()751 current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithEmptyString()1185 int32_t* current_match = global_cache.FetchNext(); in SearchRegExpMultiple()