|
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 | |
| int | nregdescint [] |
| const char * | abi_registers_integer_name [] |
| const int | abi_registers_integer_argument [] |
| const int | abi_registers_integer_saved [] |
| const int | abi_registers_integer_temporary [] |
| int | nregdescfloat [] |
| const int | abi_registers_float_argument [] |
| const int | abi_registers_float_saved [] |
| const int | abi_registers_float_temporary [] |
| void md_param_alloc | ( | methoddesc * | md | ) |
Definition at line 176 of file md-abi.cpp.
| void md_param_alloc_native | ( | methoddesc * | md | ) |
Definition at line 281 of file md-abi.cpp.
| void md_return_alloc | ( | jitdata * | jd, |
| stackelement_t * | stackslot | ||
| ) |
Definition at line 408 of file md-abi.cpp.
| const int abi_registers_float_argument[] |
Definition at line 120 of file md-abi.cpp.
| const int abi_registers_float_saved[] |
Definition at line 131 of file md-abi.cpp.
| const int abi_registers_float_temporary[] |
Definition at line 144 of file md-abi.cpp.
| const int abi_registers_integer_argument[] |
Definition at line 68 of file md-abi.cpp.
| const char* abi_registers_integer_name[] |
Definition at line 61 of file md-abi.cpp.
| const int abi_registers_integer_saved[] |
Definition at line 79 of file md-abi.cpp.
| const int abi_registers_integer_temporary[] |
Definition at line 92 of file md-abi.cpp.
| int nregdescfloat[] |
Definition at line 103 of file md-abi.cpp.
| int nregdescint[] |
Definition at line 45 of file md-abi.cpp.
1.8.5