Searched refs:GlobalCache (Results 1 – 4 of 4) sorted by relevance
18 RegExpImpl::GlobalCache::~GlobalCache() { in ~GlobalCache()27 int32_t* RegExpImpl::GlobalCache::FetchNext() { in FetchNext()69 int32_t* RegExpImpl::GlobalCache::LastSuccessfulMatch() { in LastSuccessfulMatch()
138 class GlobalCache {140 GlobalCache(Handle<JSRegExp> regexp,144 V8_INLINE ~GlobalCache();
601 RegExpImpl::GlobalCache::GlobalCache(Handle<JSRegExp> regexp, in GlobalCache() function in v8::internal::RegExpImpl::GlobalCache658 int RegExpImpl::GlobalCache::AdvanceZeroLength(int last_index) { in AdvanceZeroLength()
639 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()