Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp-inl.h18 RegExpImpl::GlobalCache::~GlobalCache() { in ~GlobalCache()
27 int32_t* RegExpImpl::GlobalCache::FetchNext() { in FetchNext()
73 int32_t* RegExpImpl::GlobalCache::LastSuccessfulMatch() { in LastSuccessfulMatch()
Djsregexp.h113 class GlobalCache {
115 GlobalCache(Handle<JSRegExp> regexp,
119 INLINE(~GlobalCache());
Djsregexp.cc647 RegExpImpl::GlobalCache::GlobalCache(Handle<JSRegExp> regexp, in GlobalCache() function in v8::internal::RegExpImpl::GlobalCache
703 int RegExpImpl::GlobalCache::AdvanceZeroLength(int last_index) { in AdvanceZeroLength()
/external/v8/src/runtime/
Druntime-regexp.cc509 RegExpImpl::GlobalCache global_cache(regexp, subject, isolate); in StringReplaceGlobalRegExpWithString()
582 RegExpImpl::GlobalCache global_cache(regexp, subject, isolate); in StringReplaceGlobalRegExpWithEmptyString()
970 RegExpImpl::GlobalCache global_cache(regexp, subject, isolate); in SearchRegExpMultiple()