|
CACAO
|
Go to the source code of this file.
Functions | |
| static void | md_param_alloc_intern (methoddesc *md, s4 slot, s4 slots1w, s4 slots2w, s4 stackoff) |
| void | md_param_alloc (methoddesc *md) |
| void | md_param_alloc_native (methoddesc *md) |
| void | md_return_alloc (jitdata *jd, stackelement_t *stackslot) |
Variables | |
| s4 | nregdescint [] |
| const char * | abi_registers_integer_name [] |
| const s4 | abi_registers_integer_argument [] |
| const s4 | abi_registers_integer_saved [] |
| const s4 | abi_registers_integer_temporary [] |
| s4 | nregdescfloat [] |
| const s4 | abi_registers_float_argument [] |
| const s4 | abi_registers_float_saved [] |
| const s4 | abi_registers_float_temporary [] |
| void md_param_alloc | ( | methoddesc * | md | ) |
Definition at line 237 of file md-abi.cpp.
|
static |
Definition at line 124 of file md-abi.cpp.
| void md_param_alloc_native | ( | methoddesc * | md | ) |
Definition at line 242 of file md-abi.cpp.
| void md_return_alloc | ( | jitdata * | jd, |
| stackelement_t * | stackslot | ||
| ) |
Definition at line 269 of file md-abi.cpp.
| const s4 abi_registers_float_argument[] |
Definition at line 87 of file md-abi.cpp.
| const s4 abi_registers_float_saved[] |
Definition at line 92 of file md-abi.cpp.
| const s4 abi_registers_float_temporary[] |
Definition at line 96 of file md-abi.cpp.
| const s4 abi_registers_integer_argument[] |
Definition at line 60 of file md-abi.cpp.
| const char* abi_registers_integer_name[] |
Definition at line 53 of file md-abi.cpp.
| const s4 abi_registers_integer_saved[] |
Definition at line 68 of file md-abi.cpp.
| const s4 abi_registers_integer_temporary[] |
Definition at line 77 of file md-abi.cpp.
| s4 nregdescfloat[] |
Definition at line 81 of file md-abi.cpp.
| s4 nregdescint[] |
Definition at line 45 of file md-abi.cpp.
1.8.5