Home
last modified time | relevance | path

Searched refs:maxpc (Results 1 – 6 of 6) sorted by relevance

/PHP-8.2/ext/opcache/jit/dynasm/
H A Ddasm_proto.h58 DASM_FDEF void dasm_growpc(Dst_DECL, unsigned int maxpc);
H A Ddasm_mips.h130 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 Ddasm_ppc.h130 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 Ddasm_arm.h131 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 Ddasm_arm64.h133 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 Ddasm_x86.h132 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