Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c2542 recurse_swap_global enumerator
2580 SLJIT_ASSERT(type == recurse_swap_global); in copy_recurse_data()
2616 …recurse_copy_from_global || type == recurse_copy_private_to_global || type == recurse_swap_global); in copy_recurse_data()
2621 if (from_sp || type == recurse_swap_global) in copy_recurse_data()
2633 if (from_sp || type == recurse_swap_global) in copy_recurse_data()
2900 …recurse_copy_from_global || type == recurse_copy_private_to_global || type == recurse_swap_global); in copy_recurse_data()
2909 if (from_sp || type == recurse_swap_global) in copy_recurse_data()
2920 … recurse_copy_from_global || type == recurse_copy_shared_to_global || type == recurse_swap_global); in copy_recurse_data()
2929 if (from_sp || type == recurse_swap_global) in copy_recurse_data()
2938 if (type != recurse_copy_private_to_global && type != recurse_swap_global) in copy_recurse_data()
[all …]