CACAO
Functions
asmpart.c File Reference

Go to the source code of this file.

Functions

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)
 
Instintrp_asm_handle_exception (Inst *ip, java_objectheader *o, Cell *fp, Cell **new_spp, Cell **new_fpp)
 
void intrp_asm_abstractmethoderror (void)
 

Function Documentation

void intrp_asm_abstractmethoderror ( void  )

Definition at line 292 of file asmpart.c.

Inst* intrp_asm_handle_exception ( Inst ip,
java_objectheader *  o,
Cell fp,
Cell **  new_spp,
Cell **  new_fpp 
)

Definition at line 171 of file asmpart.c.

java_objectheader* intrp_asm_vm_call_method ( methodinfo m,
s4  vmargscount,
vm_arg *  vmargs 
)

Definition at line 93 of file asmpart.c.

double intrp_asm_vm_call_method_double ( methodinfo m,
s4  vmargscount,
vm_arg *  vmargs 
)

Definition at line 155 of file asmpart.c.

float intrp_asm_vm_call_method_float ( methodinfo m,
s4  vmargscount,
vm_arg *  vmargs 
)

Definition at line 139 of file asmpart.c.

s4 intrp_asm_vm_call_method_int ( methodinfo m,
s4  vmargscount,
vm_arg *  vmargs 
)

Definition at line 109 of file asmpart.c.

static bool intrp_asm_vm_call_method_intern ( methodinfo m,
s4  vmargscount,
vm_arg *  vmargs 
)
static

Definition at line 50 of file asmpart.c.

s8 intrp_asm_vm_call_method_long ( methodinfo m,
s4  vmargscount,
vm_arg *  vmargs 
)

Definition at line 124 of file asmpart.c.