Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_mips.h74 size_t codesize; /* Total size of all code sections. */ member
310 D->codesize = ofs; /* Total size of all code sections */ in dasm_link()
388 if (base + D->codesize != (char *)cp) /* Check for phase errors. */ in dasm_encode()
H A Ddasm_ppc.h74 size_t codesize; /* Total size of all code sections. */ member
314 D->codesize = ofs; /* Total size of all code sections */ in dasm_link()
387 if (base + D->codesize != (char *)cp) /* Check for phase errors. */ in dasm_encode()
H A Ddasm_arm.h75 size_t codesize; /* Total size of all code sections. */ member
332 D->codesize = ofs; /* Total size of all code sections */ in dasm_link()
425 if (base + D->codesize != (char *)cp) /* Check for phase errors. */ in dasm_encode()
H A Ddasm_arm64.h77 size_t codesize; /* Total size of all code sections. */ member
402 D->codesize = ofs; /* Total size of all code sections */ in dasm_link()
534 if (base + D->codesize != (char *)cp) /* Check for phase errors. */ in dasm_encode()
H A Ddasm_x86.h73 size_t codesize; /* Total size of all code sections. */ member
362 D->codesize = ofs; /* Total size of all code sections */ in dasm_link()
498 if (base + D->codesize != cp) /* Check for phase errors. */ in dasm_encode()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_arm64.dasc15536 veneer = (char*)buffer + (Dst->codesize + dasm_venners_size);

Completed in 51 milliseconds