Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c104 static void *dasm_end = NULL; variable
250 add_assoc_long(&stats, "buffer_size", (char*)dasm_end - (char*)dasm_buf); in zend_jit_status()
251 add_assoc_long(&stats, "buffer_free", (char*)dasm_end - (char*)*dasm_ptr); in zend_jit_status()
387 if ((void*)((char*)*dasm_ptr + size) > dasm_end) { in dasm_link_and_encode()
388 *dasm_ptr = dasm_end; //prevent further try in dasm_link_and_encode()
3609 if (*dasm_ptr == dasm_end) { in zend_real_jit_func()
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()
H A Dzend_jit_x86.dasc379 || if (IS_32BIT(dasm_end) && IS_32BIT(func)) {
392 || if (IS_32BIT(dasm_end) && IS_32BIT(func)) {
14720 if (!IS_32BIT(dasm_end)) {
14888 if (!IS_32BIT(dasm_end)) {

Completed in 45 milliseconds