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 276 of file md-abi.cpp.
void md_return_alloc | ( | jitdata * | jd, |
stackelement_t * | stackslot | ||
) |
Definition at line 398 of file md-abi.cpp.
const int abi_registers_float_argument[] |
Definition at line 119 of file md-abi.cpp.
const int abi_registers_float_saved[] |
Definition at line 135 of file md-abi.cpp.
const int abi_registers_float_temporary[] |
Definition at line 148 of file md-abi.cpp.
const int abi_registers_integer_argument[] |
Definition at line 67 of file md-abi.cpp.
const char* abi_registers_integer_name[] |
Definition at line 60 of file md-abi.cpp.
const int abi_registers_integer_saved[] |
Definition at line 78 of file md-abi.cpp.
const int abi_registers_integer_temporary[] |
Definition at line 91 of file md-abi.cpp.
int nregdescfloat[] |
Definition at line 103 of file md-abi.cpp.
int nregdescint[] |
Definition at line 44 of file md-abi.cpp.