44 static void remove(
void* stub);
69 static void remove(
void* stub);
74 #include "md-stubs.hpp"
Class for builtin stub generation.
void(* functionptr)(void)
static int get_code_size()
Return the code size of a compiler on the aarch64 architecture.
static void * generate(methodinfo *m)
Wrapper for codegen_emit_stub_compiler.
Class for native stub generation.
static void generate(methodinfo *m, builtintable_entry *bte)
Wrapper for codegen_emit_stub_native.
static codeinfo * generate(methodinfo *m, functionptr f)
Wrapper for codegen_emit_stub_native.
Class for compiler stub generation.