Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitWXExecAllocatorPosix.c72 if (SLJIT_LIKELY(!mprotect(ptr, size, PROT_EXEC))) in generic_check_is_wx_block()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h162 #if !defined(SLJIT_LIKELY) && !defined(SLJIT_UNLIKELY)
165 #define SLJIT_LIKELY(x) __builtin_expect((x), 1) macro
168 #define SLJIT_LIKELY(x) (x)
H A DsljitLir.c586 if (SLJIT_LIKELY(!!jump) && SLJIT_LIKELY(!!label)) { in sljit_set_label()
594 if (SLJIT_LIKELY(!!jump)) { in sljit_set_target()
700 if (SLJIT_LIKELY(!(options & SLJIT_GENERATE_CODE_BUFFER))) { in allocate_executable_memory()

Completed in 19 milliseconds