Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Djsregexp-inl.h28 int32_t* RegExpImpl::GlobalCache::FetchNext() { in FetchNext() function
Djsregexp.h141 INLINE(int32_t* FetchNext());
Druntime.cc3944 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()