Class for compiler stub generation.
More...
Class for compiler stub generation.
Definition at line 39 of file stubs.hpp.
Wrapper for codegen_emit_stub_compiler.
- Parameters
-
- Returns
- Pointer to the compiler stub code.
Definition at line 61 of file stubs.cpp.
int CompilerStub::get_code_size |
( |
| ) |
|
|
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.
- Returns
- Code size in bytes.
Definition at line 38 of file md-stubs.hpp.
void CompilerStub::remove |
( |
void * |
stub | ) |
|
|
static |
Free a compiler stub from memory.
- Parameters
-
Definition at line 155 of file stubs.cpp.
The documentation for this class was generated from the following files:
- /home/bbc/buildbot/slave/doxygen-compiler2/source/cacao/src/vm/jit/stubs.hpp
- /home/bbc/buildbot/slave/doxygen-compiler2/source/cacao/src/vm/jit/aarch64/md-stubs.hpp
- /home/bbc/buildbot/slave/doxygen-compiler2/source/cacao/src/vm/jit/alpha/md-stubs.hpp
- /home/bbc/buildbot/slave/doxygen-compiler2/source/cacao/src/vm/jit/arm/md-stubs.hpp
- /home/bbc/buildbot/slave/doxygen-compiler2/source/cacao/src/vm/jit/i386/md-stubs.hpp
- /home/bbc/buildbot/slave/doxygen-compiler2/source/cacao/src/vm/jit/mips/md-stubs.hpp
- /home/bbc/buildbot/slave/doxygen-compiler2/source/cacao/src/vm/jit/powerpc/md-stubs.hpp
- /home/bbc/buildbot/slave/doxygen-compiler2/source/cacao/src/vm/jit/powerpc64/md-stubs.hpp
- /home/bbc/buildbot/slave/doxygen-compiler2/source/cacao/src/vm/jit/s390/md-stubs.hpp
- /home/bbc/buildbot/slave/doxygen-compiler2/source/cacao/src/vm/jit/sparc64/md-stubs.hpp
- /home/bbc/buildbot/slave/doxygen-compiler2/source/cacao/src/vm/jit/stubs.cpp
- /home/bbc/buildbot/slave/doxygen-compiler2/source/cacao/src/vm/jit/x86_64/md-stubs.hpp