Searched refs:zend_jit_profile_counter_rid (Results 1 – 4 of 4) sorted by relevance
132 extern int zend_jit_profile_counter_rid;135 ZEND_OP_ARRAY_EXTENSION(op_array, zend_jit_profile_counter_rid)
248 ++*(uintptr_t*)(EX(run_time_cache) + zend_jit_profile_counter_rid); in zend_jit_profile_helper()
75 int zend_jit_profile_counter_rid = -1; variable3671 zend_jit_profile_counter_rid = zend_get_op_array_extension_handle(ACCELERATOR_PRODUCT_NAME); in zend_jit_startup()
2261 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