Searched refs:global_cache (Results 1 – 14 of 14) sorted by relevance
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
3941 RegExpImpl::GlobalCache global_cache(regexp, subject, true, isolate); in StringReplaceGlobalRegExpWithString() local3942 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithString()3944 int32_t* current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithString()3946 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithString()3985 current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithString()3988 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithString()3998 global_cache.LastSuccessfulMatch()); in StringReplaceGlobalRegExpWithString()4026 RegExpImpl::GlobalCache global_cache(regexp, subject, true, isolate); in StringReplaceGlobalRegExpWithEmptyString() local4027 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithEmptyString()4029 int32_t* current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithEmptyString()[all …]
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()