Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit.c84 static void *dasm_end = NULL; variable
719 add_assoc_long(&stats, "buffer_size", (char*)dasm_end - (char*)dasm_buf); in zend_jit_status()
720 add_assoc_long(&stats, "buffer_free", (char*)dasm_end - (char*)*dasm_ptr); in zend_jit_status()
2812 if (*dasm_ptr == dasm_end) { in zend_real_jit_func()
3137 if (dasm_ptr == NULL || *dasm_ptr == dasm_end) { in zend_jit_script()
3517 dasm_ptr = dasm_end = (void*)(((char*)dasm_buf) + size - sizeof(*dasm_ptr) * 2); in zend_jit_startup()
H A Dzend_jit_ir.c377 && (void*)addr >= dasm_buf && (void*)addr < dasm_end) { in zend_jit_get_veneer()
2841 code_buffer.end = dasm_end; in zend_jit_ir_compile()
16286 code_buffer.end = dasm_end;

Completed in 62 milliseconds