|
CACAO
|
Class for compiler stub generation. More...
Static Public Member Functions | |
| static int | get_code_size () |
| Return the code size of a compiler on the aarch64 architecture. More... | |
| static void * | generate (methodinfo *m) |
| Wrapper for codegen_emit_stub_compiler. More... | |
| static void | remove (void *stub) |
| Free a compiler stub from memory. More... | |
|
static |
|
inlinestatic |
Return the code size of a compiler on the aarch64 architecture.
Return the code size of a compiler on a x86_64 architecture.
Return the code size of a compiler on a SPARC64 architecture.
Return the code size of a compiler on a s390 architecture.
Return the code size of a compiler on a PowerPC64 architecture.
Return the code size of a compiler on a PowerPC architecture.
Return the code size of a compiler on a MIPS architecture.
Return the code size of a compiler on an i386 architecture.
Return the code size of a compiler on an ARM architecture.
Return the code size of a compiler on an Alpha architecture.
Definition at line 38 of file md-stubs.hpp.
1.8.5