Searched refs:dasm_ptr (Results 1 – 2 of 2) sorted by relevance
87 static void **dasm_ptr = NULL; variable2955 if (*dasm_ptr == dasm_end) { in zend_real_jit_func()3215 if (dasm_ptr == NULL) { in zend_jit_op_array()3299 if (dasm_ptr == NULL || *dasm_ptr == dasm_end) { in zend_jit_script()3679 dasm_ptr = dasm_end = (void*)(((char*)dasm_buf) + size - sizeof(*dasm_ptr) * 2); in zend_jit_startup()3720 *dasm_ptr = dasm_buf; in zend_jit_startup()3723 *dasm_ptr = (void**)*dasm_ptr + sizeof(zend_jit_stubs) / sizeof(zend_jit_stubs[0]); in zend_jit_startup()3726 *dasm_ptr = (void**)*dasm_ptr + (sizeof(zend_jit_stubs) / sizeof(zend_jit_stubs[0])) * 2; in zend_jit_startup()3729 *dasm_ptr = (void*)ZEND_MM_ALIGNED_SIZE_EX(((size_t)(*dasm_ptr)), 16); in zend_jit_startup()3747 dasm_ptr[1] = dasm_ptr[0]; in zend_jit_startup()[all …]
2845 code_buffer.pos = *dasm_ptr; in zend_jit_ir_compile()2850 *dasm_ptr = code_buffer.pos; in zend_jit_ir_compile()16675 code_buffer.pos = *dasm_ptr;16680 *dasm_ptr = code_buffer.pos;
Completed in 55 milliseconds