Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit.c85 static void **dasm_ptr = NULL; variable
2765 if (*dasm_ptr == dasm_end) { in zend_real_jit_func()
3008 if (dasm_ptr == NULL) { in zend_jit_op_array()
3090 if (dasm_ptr == NULL || *dasm_ptr == dasm_end) { in zend_jit_script()
3469 dasm_ptr = dasm_end = (void*)(((char*)dasm_buf) + size - sizeof(*dasm_ptr) * 2); in zend_jit_startup()
3510 *dasm_ptr = dasm_buf; in zend_jit_startup()
3513 *dasm_ptr = (void**)*dasm_ptr + sizeof(zend_jit_stubs) / sizeof(zend_jit_stubs[0]); in zend_jit_startup()
3516 *dasm_ptr = (void**)*dasm_ptr + (sizeof(zend_jit_stubs) / sizeof(zend_jit_stubs[0])) * 2; in zend_jit_startup()
3519 *dasm_ptr = (void*)ZEND_MM_ALIGNED_SIZE_EX(((size_t)(*dasm_ptr)), 16); in zend_jit_startup()
3537 dasm_ptr[1] = dasm_ptr[0]; in zend_jit_startup()
[all …]
H A Dzend_jit_ir.c2818 code_buffer.pos = *dasm_ptr; in zend_jit_ir_compile()
2823 *dasm_ptr = code_buffer.pos; in zend_jit_ir_compile()
15867 code_buffer.pos = *dasm_ptr;
15872 *dasm_ptr = code_buffer.pos;

Completed in 68 milliseconds