Searched refs:global_cache (Results 1 – 14 of 14) sorted by relevance
639 RegExpImpl::GlobalCache global_cache(regexp, subject, isolate); in StringReplaceGlobalRegExpWithString() local640 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithString()642 int32_t* current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithString()644 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithString()678 current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithString()681 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithString()689 global_cache.LastSuccessfulMatch()); in StringReplaceGlobalRegExpWithString()712 RegExpImpl::GlobalCache global_cache(regexp, subject, isolate); in StringReplaceGlobalRegExpWithEmptyString() local713 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithEmptyString()715 int32_t* current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithEmptyString()[all …]
165 static unw_trace_cache_t *global_cache = NULL; in trace_cache_get_unthreaded() local167 if (! global_cache) in trace_cache_get_unthreaded()170 global_cache = trace_cache_create (); in trace_cache_get_unthreaded()172 cache = global_cache; in trace_cache_get_unthreaded()
114 struct ia64_script_cache global_cache; member
76 struct dwarf_rs_cache global_cache; member
60 struct dwarf_rs_cache global_cache; member
59 struct dwarf_rs_cache global_cache; member
75 struct dwarf_rs_cache global_cache; member
65 struct dwarf_rs_cache global_cache; member
67 struct dwarf_rs_cache global_cache; member
98 struct ia64_script_cache *cache = &as->global_cache; in get_script_cache()
519 struct dwarf_rs_cache *cache = &as->global_cache; in get_rs_cache()