Home
last modified time | relevance | path

Searched defs:ZEND_FASTCALL (Results 1 – 3 of 3) sorted by relevance

/php-src/Zend/
H A Dzend_portability.h296 # define ZEND_FASTCALL __attribute__((fastcall)) macro
298 # define ZEND_FASTCALL __fastcall macro
300 # define ZEND_FASTCALL __vectorcall macro
302 # define ZEND_FASTCALL macro
H A Dzend_execute.c5475 ZEND_API void (ZEND_FASTCALL *zend_touch_vm_stack_data)(void *vm_stack_data) = NULL; variable
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c3154 void (ZEND_FASTCALL *orig_zend_touch_vm_stack_data)(void *); in zend_jit_set_sp_adj_vm() local

Completed in 69 milliseconds