Go to the source code of this file.
|
| static bool | intrp_asm_vm_call_method_intern (methodinfo *m, s4 vmargscount, vm_arg *vmargs) |
| |
| java_objectheader * | intrp_asm_vm_call_method (methodinfo *m, s4 vmargscount, vm_arg *vmargs) |
| |
| s4 | intrp_asm_vm_call_method_int (methodinfo *m, s4 vmargscount, vm_arg *vmargs) |
| |
| s8 | intrp_asm_vm_call_method_long (methodinfo *m, s4 vmargscount, vm_arg *vmargs) |
| |
| float | intrp_asm_vm_call_method_float (methodinfo *m, s4 vmargscount, vm_arg *vmargs) |
| |
| double | intrp_asm_vm_call_method_double (methodinfo *m, s4 vmargscount, vm_arg *vmargs) |
| |
| Inst * | intrp_asm_handle_exception (Inst *ip, java_objectheader *o, Cell *fp, Cell **new_spp, Cell **new_fpp) |
| |
| void | intrp_asm_abstractmethoderror (void) |
| |
| void intrp_asm_abstractmethoderror |
( |
void |
| ) |
|
| Inst* intrp_asm_handle_exception |
( |
Inst * |
ip, |
|
|
java_objectheader * |
o, |
|
|
Cell * |
fp, |
|
|
Cell ** |
new_spp, |
|
|
Cell ** |
new_fpp |
|
) |
| |
| java_objectheader* intrp_asm_vm_call_method |
( |
methodinfo * |
m, |
|
|
s4 |
vmargscount, |
|
|
vm_arg * |
vmargs |
|
) |
| |
| double intrp_asm_vm_call_method_double |
( |
methodinfo * |
m, |
|
|
s4 |
vmargscount, |
|
|
vm_arg * |
vmargs |
|
) |
| |
| float intrp_asm_vm_call_method_float |
( |
methodinfo * |
m, |
|
|
s4 |
vmargscount, |
|
|
vm_arg * |
vmargs |
|
) |
| |
| s4 intrp_asm_vm_call_method_int |
( |
methodinfo * |
m, |
|
|
s4 |
vmargscount, |
|
|
vm_arg * |
vmargs |
|
) |
| |
| static bool intrp_asm_vm_call_method_intern |
( |
methodinfo * |
m, |
|
|
s4 |
vmargscount, |
|
|
vm_arg * |
vmargs |
|
) |
| |
|
static |
| s8 intrp_asm_vm_call_method_long |
( |
methodinfo * |
m, |
|
|
s4 |
vmargscount, |
|
|
vm_arg * |
vmargs |
|
) |
| |