Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_execute.h429 #define CACHE_SPECIAL (1<<0) macro
432 (((uintptr_t)(ptr)) & CACHE_SPECIAL)
435 ((void*)((((uintptr_t)(num)) << 1) | CACHE_SPECIAL))
441 ((void*)(((uintptr_t)(ptr)) | CACHE_SPECIAL))
444 ((void*)(((uintptr_t)(ptr)) & ~CACHE_SPECIAL))
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_arm64.dasc14634 || ZEND_ASSERT(CACHE_SPECIAL == 1);
H A Dzend_jit_x86.dasc15574 | test r0, CACHE_SPECIAL

Completed in 54 milliseconds