Searched refs:FetchNext (Results 1 – 4 of 4) sorted by relevance
28 int32_t* RegExpImpl::GlobalCache::FetchNext() { in FetchNext() function
133 INLINE(int32_t* FetchNext());
498 int32_t* current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithString()534 current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithString()574 int32_t* current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithEmptyString()610 current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithEmptyString()901 int32_t* current_match = global_cache.FetchNext(); in SearchRegExpMultiple()
353 int32_t* match = global_cache.FetchNext(); in RUNTIME_FUNCTION()