Home
last modified time | relevance | path

Searched refs:dasm_setupglobal (Results 1 – 8 of 8) sorted by relevance

/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_proto.h55 DASM_FDEF void dasm_setupglobal(Dst_DECL, void **gl, unsigned int maxgl);
H A Ddasm_mips.h122 void dasm_setupglobal(Dst_DECL, void **gl, unsigned int maxgl) in dasm_setupglobal() function
H A Ddasm_ppc.h122 void dasm_setupglobal(Dst_DECL, void **gl, unsigned int maxgl) in dasm_setupglobal() function
H A Ddasm_arm.h123 void dasm_setupglobal(Dst_DECL, void **gl, unsigned int maxgl) in dasm_setupglobal() function
H A Ddasm_arm64.h125 void dasm_setupglobal(Dst_DECL, void **gl, unsigned int maxgl) in dasm_setupglobal() function
H A Ddasm_x86.h124 void dasm_setupglobal(Dst_DECL, void **gl, unsigned int maxgl) in dasm_setupglobal() function
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.c2742 dasm_setupglobal(&dasm_state, dasm_labels, zend_lb_MAX); in zend_jit()
4741 dasm_setupglobal(&dasm_state, dasm_labels, zend_lb_MAX); in zend_jit_make_stubs()
H A Dzend_jit_trace.c95 dasm_setupglobal(&dasm_state, dasm_labels, zend_lb_MAX); in zend_jit_trace_allocate_exit_group()
4044 dasm_setupglobal(&dasm_state, dasm_labels, zend_lb_MAX); in zend_jit_trace()
7109 dasm_setupglobal(&dasm_state, dasm_labels, zend_lb_MAX); in zend_jit_trace_exit_to_vm()

Completed in 66 milliseconds