Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_proto.h58 DASM_FDEF void dasm_growpc(Dst_DECL, unsigned int maxpc);
H A Ddasm_mips.h124 void dasm_growpc(Dst_DECL, unsigned int maxpc) in dasm_growpc() argument
128 DASM_M_GROW(Dst, int, D->pclabels, D->pcsize, maxpc*sizeof(int)); in dasm_growpc()
H A Ddasm_ppc.h124 void dasm_growpc(Dst_DECL, unsigned int maxpc) in dasm_growpc() argument
128 DASM_M_GROW(Dst, int, D->pclabels, D->pcsize, maxpc*sizeof(int)); in dasm_growpc()
H A Ddasm_arm.h125 void dasm_growpc(Dst_DECL, unsigned int maxpc) in dasm_growpc() argument
129 DASM_M_GROW(Dst, int, D->pclabels, D->pcsize, maxpc*sizeof(int)); in dasm_growpc()
H A Ddasm_x86.h126 void dasm_growpc(Dst_DECL, unsigned int maxpc) in dasm_growpc() argument
130 DASM_M_GROW(Dst, int, D->pclabels, D->pcsize, maxpc*sizeof(int)); in dasm_growpc()
H A Ddasm_arm64.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()

Completed in 44 milliseconds