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.h306 # define ZEND_FASTCALL __attribute__((fastcall)) macro
308 # define ZEND_FASTCALL __fastcall macro
310 # define ZEND_FASTCALL __vectorcall macro
312 # define ZEND_FASTCALL macro
H A Dzend_execute.c5670 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.c3184 void (ZEND_FASTCALL *orig_zend_touch_vm_stack_data)(void *); in zend_jit_set_sp_adj_vm() local

Completed in 63 milliseconds