Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_internal.h132 extern int zend_jit_profile_counter_rid;
135 ZEND_OP_ARRAY_EXTENSION(op_array, zend_jit_profile_counter_rid)
H A Dzend_jit_vm_helpers.c248 ++*(uintptr_t*)(EX(run_time_cache) + zend_jit_profile_counter_rid); in zend_jit_profile_helper()
H A Dzend_jit.c75 int zend_jit_profile_counter_rid = -1; variable
3671 zend_jit_profile_counter_rid = zend_get_op_array_extension_handle(ACCELERATOR_PRODUCT_NAME); in zend_jit_startup()
H A Dzend_jit_ir.c2261 if (zend_jit_profile_counter_rid) { in zend_jit_hybrid_profile_jit_stub()
2262 addr = ir_ADD_OFFSET(run_time_cache, zend_jit_profile_counter_rid * sizeof(void*)); in zend_jit_hybrid_profile_jit_stub()

Completed in 61 milliseconds