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.h150 V8_INLINE int32_t* FetchNext();
/external/v8/src/runtime/
Druntime-regexp.cc642 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()