Searched refs:dasm_end (Results 1 – 2 of 2) sorted by relevance
86 static void *dasm_end = NULL; variable830 add_assoc_long(&stats, "buffer_size", (char*)dasm_end - (char*)dasm_buf); in zend_jit_status()831 add_assoc_long(&stats, "buffer_free", (char*)dasm_end - (char*)*dasm_ptr); in zend_jit_status()2955 if (*dasm_ptr == dasm_end) { in zend_real_jit_func()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()
377 && (void*)addr >= dasm_buf && (void*)addr < dasm_end) { in zend_jit_get_veneer()2844 code_buffer.end = dasm_end; in zend_jit_ir_compile()16674 code_buffer.end = dasm_end;
Completed in 53 milliseconds