Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_execute.h427 #define CACHE_SPECIAL (1<<0) macro
430 (((uintptr_t)(ptr)) & CACHE_SPECIAL)
433 ((void*)((((uintptr_t)(num)) << 1) | CACHE_SPECIAL))
439 ((void*)(((uintptr_t)(ptr)) | CACHE_SPECIAL))
442 ((void*)(((uintptr_t)(ptr)) & ~CACHE_SPECIAL))
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_x86.dasc15646 | test r0, CACHE_SPECIAL
H A Dzend_jit_arm64.dasc14694 || ZEND_ASSERT(CACHE_SPECIAL == 1);

Completed in 56 milliseconds