Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.c119 static void **dasm_ptr = NULL; variable
1002 entry = *dasm_ptr; in dasm_link_and_encode()
1003 *dasm_ptr = (void*)((char*)*dasm_ptr + ZEND_MM_ALIGNED_SIZE_EX(size, DASM_ALIGNMENT)); in dasm_link_and_encode()
4465 if (dasm_ptr == NULL) { in zend_jit_op_array()
4546 if (dasm_ptr == NULL || *dasm_ptr == dasm_end) { in zend_jit_script()
4999 dasm_ptr = dasm_end = (void*)(((char*)dasm_buf) + size - sizeof(*dasm_ptr) * 2); in zend_jit_startup()
5002 *dasm_ptr = dasm_buf; in zend_jit_startup()
5005 *dasm_ptr = (void**)*dasm_ptr + zend_lb_MAX; in zend_jit_startup()
5053 *dasm_ptr = (void**)*dasm_ptr + ZEND_MM_ALIGNED_SIZE_EX(zend_lb_MAX, DASM_ALIGNMENT); in zend_jit_startup()
5057 dasm_ptr[1] = dasm_ptr[0]; in zend_jit_startup()
[all …]

Completed in 13 milliseconds