Searched refs:global_cache (Results 1 - 15 of 15) sorted by relevance

/external/v8/src/runtime/
H A Druntime-regexp.cc495 RegExpImpl::GlobalCache global_cache(regexp, subject, isolate);
496 if (global_cache.HasException()) return isolate->heap()->exception();
498 int32_t* current_match = global_cache.FetchNext();
500 if (global_cache.HasException()) return isolate->heap()->exception();
534 current_match = global_cache.FetchNext();
537 if (global_cache.HasException()) return isolate->heap()->exception();
545 global_cache.LastSuccessfulMatch());
569 RegExpImpl::GlobalCache global_cache(regexp, subject, isolate);
570 if (global_cache.HasException()) return isolate->heap()->exception();
572 int32_t* current_match = global_cache
[all...]
H A Druntime-strings.cc339 RegExpImpl::GlobalCache global_cache(regexp, subject, isolate);
340 if (global_cache.HasException()) return isolate->heap()->exception();
348 int32_t* match = global_cache.FetchNext();
354 if (global_cache.HasException()) return isolate->heap()->exception();
362 global_cache.LastSuccessfulMatch());
/external/libunwind/src/x86_64/
H A DGtrace.c165 static unw_trace_cache_t *global_cache = NULL; local
167 if (! global_cache)
170 global_cache = trace_cache_create ();
172 cache = global_cache;
/external/libunwind/include/tdep-ia64/
H A Dlibunwind_i.h114 struct ia64_script_cache global_cache; member in struct:unw_addr_space
/external/libunwind/include/tdep-x86_64/
H A Dlibunwind_i.h76 struct dwarf_rs_cache global_cache; member in struct:unw_addr_space
/external/libunwind/include/tdep-aarch64/
H A Dlibunwind_i.h75 struct dwarf_rs_cache global_cache; member in struct:unw_addr_space
/external/libunwind/include/tdep-arm/
H A Dlibunwind_i.h60 struct dwarf_rs_cache global_cache; member in struct:unw_addr_space
/external/libunwind/include/tdep-hppa/
H A Dlibunwind_i.h59 struct dwarf_rs_cache global_cache; member in struct:unw_addr_space
/external/libunwind/include/tdep-mips/
H A Dlibunwind_i.h67 struct dwarf_rs_cache global_cache; member in struct:unw_addr_space
/external/libunwind/include/tdep-ppc32/
H A Dlibunwind_i.h65 struct dwarf_rs_cache global_cache; member in struct:unw_addr_space
/external/libunwind/include/tdep-ppc64/
H A Dlibunwind_i.h65 struct dwarf_rs_cache global_cache; member in struct:unw_addr_space
/external/libunwind/include/tdep-sh/
H A Dlibunwind_i.h60 struct dwarf_rs_cache global_cache; member in struct:unw_addr_space
/external/libunwind/include/tdep-x86/
H A Dlibunwind_i.h59 struct dwarf_rs_cache global_cache; member in struct:unw_addr_space
/external/libunwind/src/ia64/
H A DGscript.c98 struct ia64_script_cache *cache = &as->global_cache;
/external/libunwind/src/dwarf/
H A DGparser.c519 struct dwarf_rs_cache *cache = &as->global_cache;

Completed in 435 milliseconds