Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp-inl.h71 int32_t* RegExpImpl::GlobalCache::LastSuccessfulMatch() { in LastSuccessfulMatch() function
Djsregexp.h135 INLINE(int32_t* LastSuccessfulMatch());
/external/v8/src/runtime/
Druntime-regexp.cc545 global_cache.LastSuccessfulMatch()); in StringReplaceGlobalRegExpWithString()
616 global_cache.LastSuccessfulMatch()); in StringReplaceGlobalRegExpWithEmptyString()
962 global_cache.LastSuccessfulMatch()); in SearchRegExpMultiple()
970 int32_t* last_match = global_cache.LastSuccessfulMatch(); in SearchRegExpMultiple()
Druntime-strings.cc367 global_cache.LastSuccessfulMatch()); in RUNTIME_FUNCTION()