CACAO
|
Go to the source code of this file.
Functions | |
void | codegen_emit_prolog (jitdata *jd) |
Generates machine code for the method prolog. More... | |
void | codegen_emit_epilog (jitdata *jd) |
Generates machine code for the method epilog. More... | |
void | codegen_emit_instruction (jitdata *jd, instruction *iptr) |
Generates machine code for one ICMD. More... | |
void | codegen_emit_stub_native (jitdata *jd, methoddesc *nmd, functionptr f, int skipparams) |
Generates machine code for the method epilog.
Definition at line 193 of file codegen.cpp.
void codegen_emit_instruction | ( | jitdata * | jd, |
instruction * | iptr | ||
) |
Generates machine code for one ICMD.
Definition at line 249 of file codegen.cpp.
Generates machine code for the method prolog.
Definition at line 71 of file codegen.cpp.
void codegen_emit_stub_native | ( | jitdata * | jd, |
methoddesc * | nmd, | ||
functionptr | f, | ||
int | skipparams | ||
) |
Definition at line 3112 of file codegen.cpp.