Home | History | Annotate | Download | only in runtime

Lines Matching refs:global_cache

509   RegExpImpl::GlobalCache global_cache(regexp, subject, isolate);
510 if (global_cache.HasException()) return isolate->heap()->exception();
512 int32_t* current_match = global_cache.FetchNext();
514 if (global_cache.HasException()) return isolate->heap()->exception();
548 current_match = global_cache.FetchNext();
551 if (global_cache.HasException()) return isolate->heap()->exception();
559 global_cache.LastSuccessfulMatch());
582 RegExpImpl::GlobalCache global_cache(regexp, subject, isolate);
583 if (global_cache.HasException()) return isolate->heap()->exception();
585 int32_t* current_match = global_cache.FetchNext();
587 if (global_cache.HasException()) return isolate->heap()->exception();
621 current_match = global_cache.FetchNext();
624 if (global_cache.HasException()) return isolate->heap()->exception();
627 global_cache.LastSuccessfulMatch());
970 RegExpImpl::GlobalCache global_cache(regexp, subject, isolate);
971 if (global_cache.HasException()) return isolate->heap()->exception();
992 int32_t* current_match = global_cache.FetchNext();
1043 if (global_cache.HasException()) return isolate->heap()->exception();
1053 global_cache.LastSuccessfulMatch());
1061 int32_t* last_match = global_cache.LastSuccessfulMatch();