Home | History | Annotate | Download | only in src

Lines Matching refs:global_cache

3941   RegExpImpl::GlobalCache global_cache(regexp, subject, true, isolate);
3942 if (global_cache.HasException()) return isolate->heap()->exception();
3944 int32_t* current_match = global_cache.FetchNext();
3946 if (global_cache.HasException()) return isolate->heap()->exception();
3985 current_match = global_cache.FetchNext();
3988 if (global_cache.HasException()) return isolate->heap()->exception();
3998 global_cache.LastSuccessfulMatch());
4026 RegExpImpl::GlobalCache global_cache(regexp, subject, true, isolate);
4027 if (global_cache.HasException()) return isolate->heap()->exception();
4029 int32_t* current_match = global_cache.FetchNext();
4031 if (global_cache.HasException()) return isolate->heap()->exception();
4065 current_match = global_cache.FetchNext();
4068 if (global_cache.HasException()) return isolate->heap()->exception();
4073 global_cache.LastSuccessfulMatch());
4468 RegExpImpl::GlobalCache global_cache(regexp, subject, true, isolate);
4469 if (global_cache.HasException()) return isolate->heap()->exception();
4477 int32_t* match = global_cache.FetchNext();
4483 if (global_cache.HasException()) return isolate->heap()->exception();
4493 global_cache.LastSuccessfulMatch());
4554 RegExpImpl::GlobalCache global_cache(regexp, subject, true, isolate);
4555 if (global_cache.HasException()) return isolate->heap()->exception();
4576 int32_t* current_match = global_cache.FetchNext();
4630 if (global_cache.HasException()) return isolate->heap()->exception();