Searched refs:global_cache (Results 1 – 14 of 14) sorted by relevance
509 RegExpImpl::GlobalCache global_cache(regexp, subject, isolate); in StringReplaceGlobalRegExpWithString() local510 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithString()512 int32_t* current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithString()514 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithString()548 current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithString()551 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithString()559 global_cache.LastSuccessfulMatch()); in StringReplaceGlobalRegExpWithString()582 RegExpImpl::GlobalCache global_cache(regexp, subject, isolate); in StringReplaceGlobalRegExpWithEmptyString() local583 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithEmptyString()585 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
75 struct dwarf_rs_cache global_cache; member
60 struct dwarf_rs_cache global_cache; member
59 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()