Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.h74 size_t codesize; /* Total size of all code sections. */ member
305 D->codesize = ofs; /* Total size of all code sections */ in dasm_link()
383 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
309 D->codesize = ofs; /* Total size of all code sections */ in dasm_link()
382 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
327 D->codesize = ofs; /* Total size of all code sections */ in dasm_link()
420 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
363 D->codesize = ofs; /* Total size of all code sections */ in dasm_link()
507 if (base + D->codesize != 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()

Completed in 22 milliseconds