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.h309 # define ZEND_FASTCALL __attribute__((fastcall)) macro
311 # define ZEND_FASTCALL __fastcall macro
313 # define ZEND_FASTCALL __vectorcall macro
315 # define ZEND_FASTCALL macro
H A Dzend_execute.c5719 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.c3191 void (ZEND_FASTCALL *orig_zend_touch_vm_stack_data)(void *); in zend_jit_set_sp_adj_vm() local

Completed in 69 milliseconds