Searched refs:dasm_setupglobal (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/opcache/jit/dynasm/ |
H A D | dasm_proto.h | 55 DASM_FDEF void dasm_setupglobal(Dst_DECL, void **gl, unsigned int maxgl);
|
H A D | dasm_mips.h | 122 void dasm_setupglobal(Dst_DECL, void **gl, unsigned int maxgl) in dasm_setupglobal() function
|
H A D | dasm_ppc.h | 122 void dasm_setupglobal(Dst_DECL, void **gl, unsigned int maxgl) in dasm_setupglobal() function
|
H A D | dasm_arm.h | 123 void dasm_setupglobal(Dst_DECL, void **gl, unsigned int maxgl) in dasm_setupglobal() function
|
H A D | dasm_arm64.h | 123 void dasm_setupglobal(Dst_DECL, void **gl, unsigned int maxgl) in dasm_setupglobal() function
|
H A D | dasm_x86.h | 124 void dasm_setupglobal(Dst_DECL, void **gl, unsigned int maxgl) in dasm_setupglobal() function
|
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit.c | 2155 dasm_setupglobal(&dasm_state, dasm_labels, zend_lb_MAX); in zend_jit() 4109 dasm_setupglobal(&dasm_state, dasm_labels, zend_lb_MAX); in zend_jit_make_stubs()
|
H A D | zend_jit_trace.c | 97 dasm_setupglobal(&dasm_state, dasm_labels, zend_lb_MAX); in zend_jit_trace_allocate_exit_group() 3745 dasm_setupglobal(&dasm_state, dasm_labels, zend_lb_MAX); in zend_jit_trace() 6666 dasm_setupglobal(&dasm_state, dasm_labels, zend_lb_MAX); in zend_jit_trace_exit_to_vm()
|
Completed in 64 milliseconds