Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp-inl.h28 int32_t* RegExpImpl::GlobalCache::FetchNext() { in FetchNext() function
Djsregexp.h133 INLINE(int32_t* FetchNext());
/external/v8/src/runtime/
Druntime-regexp.cc498 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()
Druntime-strings.cc353 int32_t* match = global_cache.FetchNext(); in RUNTIME_FUNCTION()