Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp-inl.h73 int32_t* RegExpImpl::GlobalCache::LastSuccessfulMatch() { in LastSuccessfulMatch() function
Djsregexp.h127 INLINE(int32_t* LastSuccessfulMatch());
/external/v8/src/runtime/
Druntime-regexp.cc559 global_cache.LastSuccessfulMatch()); in StringReplaceGlobalRegExpWithString()
627 global_cache.LastSuccessfulMatch()); in StringReplaceGlobalRegExpWithEmptyString()
1053 global_cache.LastSuccessfulMatch()); in SearchRegExpMultiple()
1061 int32_t* last_match = global_cache.LastSuccessfulMatch(); in SearchRegExpMultiple()