Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp-inl.h69 int32_t* RegExpImpl::GlobalCache::LastSuccessfulMatch() { in LastSuccessfulMatch() function
Djsregexp.h152 V8_INLINE int32_t* LastSuccessfulMatch();
/external/v8/src/runtime/
Druntime-regexp.cc689 global_cache.LastSuccessfulMatch()); in StringReplaceGlobalRegExpWithString()
757 global_cache.LastSuccessfulMatch()); in StringReplaceGlobalRegExpWithEmptyString()
1266 global_cache.LastSuccessfulMatch()); in SearchRegExpMultiple()
1274 int32_t* last_match = global_cache.LastSuccessfulMatch(); in SearchRegExpMultiple()