Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_execute.h462 #define CACHE_SPECIAL (1<<0) macro
465 (((uintptr_t)(ptr)) & CACHE_SPECIAL)
468 ((void*)((((uintptr_t)(num)) << 1) | CACHE_SPECIAL))
474 ((void*)(((uintptr_t)(ptr)) | CACHE_SPECIAL))
477 ((void*)(((uintptr_t)(ptr)) & ~CACHE_SPECIAL))
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_x86.dasc15623 | test r0, CACHE_SPECIAL
H A Dzend_jit_arm64.dasc14679 || ZEND_ASSERT(CACHE_SPECIAL == 1);

Completed in 90 milliseconds