Searched refs:maxpc (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/opcache/jit/dynasm/ |
H A D | dasm_proto.h | 58 DASM_FDEF void dasm_growpc(Dst_DECL, unsigned int maxpc);
|
H A D | dasm_mips.h | 130 void dasm_growpc(Dst_DECL, unsigned int maxpc) in dasm_growpc() argument 134 DASM_M_GROW(Dst, int, D->pclabels, D->pcsize, maxpc*sizeof(int)); in dasm_growpc()
|
H A D | dasm_ppc.h | 130 void dasm_growpc(Dst_DECL, unsigned int maxpc) in dasm_growpc() argument 134 DASM_M_GROW(Dst, int, D->pclabels, D->pcsize, maxpc*sizeof(int)); in dasm_growpc()
|
H A D | dasm_arm.h | 131 void dasm_growpc(Dst_DECL, unsigned int maxpc) in dasm_growpc() argument 135 DASM_M_GROW(Dst, int, D->pclabels, D->pcsize, maxpc*sizeof(int)); in dasm_growpc()
|
H A D | dasm_arm64.h | 133 void dasm_growpc(Dst_DECL, unsigned int maxpc) in dasm_growpc() argument 137 DASM_M_GROW(Dst, int, D->pclabels, D->pcsize, maxpc*sizeof(int)); in dasm_growpc()
|
H A D | dasm_x86.h | 132 void dasm_growpc(Dst_DECL, unsigned int maxpc) in dasm_growpc() argument 136 DASM_M_GROW(Dst, int, D->pclabels, D->pcsize, maxpc*sizeof(int)); in dasm_growpc()
|
Completed in 19 milliseconds