Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c105 static void **dasm_ptr = NULL; variable
401 entry = *dasm_ptr; in dasm_link_and_encode()
402 *dasm_ptr = (void*)((char*)*dasm_ptr + ZEND_MM_ALIGNED_SIZE_EX(size, DASM_ALIGNMENT)); in dasm_link_and_encode()
3609 if (*dasm_ptr == dasm_end) { in zend_real_jit_func()
3836 if (dasm_ptr == NULL) { in zend_jit_op_array()
3917 if (dasm_ptr == NULL || *dasm_ptr == dasm_end) { in zend_jit_script()
4354 dasm_ptr = dasm_end = (void*)(((char*)dasm_buf) + size - sizeof(*dasm_ptr) * 2); in zend_jit_startup()
4357 *dasm_ptr = dasm_buf; in zend_jit_startup()
4360 *dasm_ptr = (void**)*dasm_ptr + zend_lb_MAX; in zend_jit_startup()
4406 dasm_ptr[1] = dasm_ptr[0]; in zend_jit_startup()
[all …]

Completed in 17 milliseconds