Home
last modified time | relevance | path

Searched refs:global_cache (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/runtime/
Druntime-regexp.cc509 RegExpImpl::GlobalCache global_cache(regexp, subject, isolate); in StringReplaceGlobalRegExpWithString() local
510 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() local
583 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithEmptyString()
585 int32_t* current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithEmptyString()
[all …]
/external/libunwind/src/x86_64/
DGtrace.c165 static unw_trace_cache_t *global_cache = NULL; in trace_cache_get_unthreaded() local
167 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()
/external/libunwind/include/tdep-ia64/
Dlibunwind_i.h114 struct ia64_script_cache global_cache; member
/external/libunwind/include/tdep-x86_64/
Dlibunwind_i.h76 struct dwarf_rs_cache global_cache; member
/external/libunwind/include/tdep-aarch64/
Dlibunwind_i.h75 struct dwarf_rs_cache global_cache; member
/external/libunwind/include/tdep-sh/
Dlibunwind_i.h60 struct dwarf_rs_cache global_cache; member
/external/libunwind/include/tdep-hppa/
Dlibunwind_i.h59 struct dwarf_rs_cache global_cache; member
/external/libunwind/include/tdep-x86/
Dlibunwind_i.h59 struct dwarf_rs_cache global_cache; member
/external/libunwind/include/tdep-arm/
Dlibunwind_i.h60 struct dwarf_rs_cache global_cache; member
/external/libunwind/include/tdep-ppc32/
Dlibunwind_i.h65 struct dwarf_rs_cache global_cache; member
/external/libunwind/include/tdep-mips/
Dlibunwind_i.h67 struct dwarf_rs_cache global_cache; member
/external/libunwind/include/tdep-ppc64/
Dlibunwind_i.h65 struct dwarf_rs_cache global_cache; member
/external/libunwind/src/ia64/
DGscript.c98 struct ia64_script_cache *cache = &as->global_cache; in get_script_cache()
/external/libunwind/src/dwarf/
DGparser.c519 struct dwarf_rs_cache *cache = &as->global_cache; in get_rs_cache()