Home
last modified time | relevance | path

Searched refs:executor_globals_offset (Results 1 – 4 of 4) sorted by relevance

/php-src/Zend/
H A Dzend_globals_macros.h42 # define EG(v) ZEND_TSRMG_FAST(executor_globals_offset, zend_executor_globals *, v)
H A Dzend_globals.h55 ZEND_API extern size_t executor_globals_offset;
H A Dzend.c55 ZEND_API size_t executor_globals_offset; variable
997 …ts_allocate_fast_id(&executor_globals_id, &executor_globals_offset, sizeof(zend_executor_globals),… in zend_startup()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c184 (executor_globals_offset + offsetof(zend_executor_globals, field))

Completed in 81 milliseconds