Home
last modified time | relevance | path

Searched refs:FetchNext (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/regexp/
Djsregexp-inl.h27 int32_t* RegExpImpl::GlobalCache::FetchNext() { in FetchNext() function
Djsregexp.h125 INLINE(int32_t* FetchNext());
/external/v8/src/runtime/
Druntime-regexp.cc512 int32_t* current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithString()
548 current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithString()
585 int32_t* current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithEmptyString()
621 current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithEmptyString()
992 int32_t* current_match = global_cache.FetchNext(); in SearchRegExpMultiple()