|
CACAO
|
Go to the source code of this file.
Functions | |
| 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 [] |
| char * | regs [] |
| s4 | nregdescfloat [] |
| const char * | abi_registers_integer_name [] |
| const s4 | abi_registers_integer_argument [] |
| const s4 | abi_registers_integer_saved [] |
| const s4 | abi_registers_integer_temporary [] |
| 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 153 of file md-abi.cpp.
| void md_param_alloc_native | ( | methoddesc * | md | ) |
Definition at line 224 of file md-abi.cpp.
| void md_return_alloc | ( | jitdata * | jd, |
| stackelement_t * | stackslot | ||
| ) |
Definition at line 250 of file md-abi.cpp.
| const s4 abi_registers_float_argument[] |
Definition at line 107 of file md-abi.cpp.
| const s4 abi_registers_float_saved[] |
Definition at line 118 of file md-abi.cpp.
| const s4 abi_registers_float_temporary[] |
Definition at line 129 of file md-abi.cpp.
| const s4 abi_registers_integer_argument[] |
Definition at line 64 of file md-abi.cpp.
| const char* abi_registers_integer_name[] |
Definition at line 57 of file md-abi.cpp.
| const s4 abi_registers_integer_saved[] |
Definition at line 75 of file md-abi.cpp.
| const s4 abi_registers_integer_temporary[] |
Definition at line 88 of file md-abi.cpp.
| s4 nregdescfloat[] |
Definition at line 98 of file md-abi.cpp.
| s4 nregdescint[] |
Definition at line 41 of file md-abi.cpp.
1.8.5