Searched refs:FetchNext (Results 1 – 3 of 3) sorted by relevance
28 int32_t* RegExpImpl::GlobalCache::FetchNext() { in FetchNext() function
141 INLINE(int32_t* FetchNext());
3944 int32_t* current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithString()3985 current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithString()4029 int32_t* current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithEmptyString()4065 current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithEmptyString()4477 int32_t* match = global_cache.FetchNext(); in RUNTIME_FUNCTION()4576 int32_t* current_match = global_cache.FetchNext(); in SearchRegExpMultiple()