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()
69 int32_t* RegExpImpl::GlobalCache::LastSuccessfulMatch() { in LastSuccessfulMatch()
Djsregexp.h138 class GlobalCache {
140 GlobalCache(Handle<JSRegExp> regexp,
144 V8_INLINE ~GlobalCache();
Djsregexp.cc601 RegExpImpl::GlobalCache::GlobalCache(Handle<JSRegExp> regexp, in GlobalCache() function in v8::internal::RegExpImpl::GlobalCache
658 int RegExpImpl::GlobalCache::AdvanceZeroLength(int last_index) { in AdvanceZeroLength()
/external/v8/src/runtime/
Druntime-regexp.cc639 RegExpImpl::GlobalCache global_cache(regexp, subject, isolate); in StringReplaceGlobalRegExpWithString()
712 RegExpImpl::GlobalCache global_cache(regexp, subject, isolate); in StringReplaceGlobalRegExpWithEmptyString()
1163 RegExpImpl::GlobalCache global_cache(regexp, subject, isolate); in SearchRegExpMultiple()