Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c2116 recurse_copy_private_to_global, enumerator
2149 case recurse_copy_private_to_global: in copy_recurse_data()
2193 …SLJIT_ASSERT(type == recurse_copy_from_global || type == recurse_copy_private_to_global || type ==… in copy_recurse_data()
2474 …SLJIT_ASSERT(type == recurse_copy_from_global || type == recurse_copy_private_to_global || type ==… in copy_recurse_data()
2492 if (type != recurse_copy_private_to_global && type != recurse_copy_kept_shared_to_global) in copy_recurse_data()
2512 if (type != recurse_copy_private_to_global && type != recurse_swap_global) in copy_recurse_data()
11959 copy_recurse_data(common, ccbegin, ccend, recurse_copy_private_to_global, local_size, private_data_… in compile_recurse()